Fix a SIGSEGV problem in directory entry renaming.
This commit is contained in:
parent
b64933321a
commit
a22ed494f8
@ -1086,6 +1086,8 @@ cd9660_rename_filename(cd9660node *iter, int num, int delete_chars)
|
||||
*/
|
||||
|
||||
while (count < maxlength) {
|
||||
if (*naming == ';')
|
||||
break;
|
||||
naming++;
|
||||
count++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user