[Debburn-devel] Three bugs
Mark Stier
markstier at gmail.com
Sat Sep 22 01:27:16 UTC 2007
The following three issues have been identified using genisoimage
version 1.1.6 and the command line options "-J -R -udf -o iso a".
1.)
dedi tmp # rm -rf a aa
dedi tmp # install -D b $(perl -e 'print "a/"x20;')/b
dedi tmp # genisoimage -J -R -udf -o iso /tmp/a
I: -input-charset not specified, using utf-8 (detected in locale settings)
Using A000 for ./rr_moved/a (a)
genisoimage: Unexpected joliet directory length 104 expected: 108 ''
Total translation table size: 0
Total rockridge attributes bytes: 4591
Total directory bytes: 41428
Path table size(bytes): 218
Max brk space used 21000
503 extents written (0 MB)
What?
2.)
dedi tmp # rm -rf a aa
dedi tmp # install -D b $(perl -e 'print "a/"x1000;')/b
dedi tmp # genisoimage -J -R -udf -o iso /tmp/a
I: -input-charset not specified, using utf-8 (detected in locale settings)
Segmentation fault
3.)
Let genisoimage detect local settings to be UTF-8 and try to put
filenames violating UTF-8 into the image -- genisoimage will silently
ignore them.
Best regards,
Mark
More information about the Debburn-devel
mailing list