mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 02:56:51 +07:00
vol_id: ID_LABEL_SAFE will no longer contain fancy characters
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
parent
b2c6818dc3
commit
e79952c598
@ -156,6 +156,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
print:
|
||||
set_str(name, vid->label, sizeof(vid->label));
|
||||
replace_untrusted_chars(name);
|
||||
|
||||
switch (print) {
|
||||
case PRINT_EXPORT:
|
||||
|
Loading…
Reference in New Issue
Block a user