#1110385 genisoimage -udf: long file names with unicode characters break file lists.

Package:
genisoimage
Source:
genisoimage
Description:
Creates ISO-9660 CD-ROM filesystem images
Submitter:
Date:
2025-08-04 09:19:02 UTC
Severity:
normal
#1110385#5
Date:
2025-08-04 09:04:07 UTC
From:
To:
How to reproduce (note: the quotation marks “” are different from "") :

~~~~
$ mkdir test; cd test
$ count=0
$  while [ $count -le 20 ]; do
$ touch "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua “” $count"
$ count=$((count+1))
$ done
$ cd ..
$ genisoimage -udf -o test.img test
~~~~

Result: only the first file appears.

(Sorry for resending; first email had typo: "Package: geniosimage".)