iso9660.c did not copy terminating 0 of Rock Ridge namerockridge
commit5de463f724da515fd6c5ea49ded6dde178362181
authorThomas Schmitt <scdbackup@gmx.net>
Thu, 4 Apr 2013 18:02:37 +0000 (4 20:02 +0200)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 25 Apr 2013 13:59:08 +0000 (25 14:59 +0100)
tree3f59be532b0df441d779b64d2ed3e071479ff0e8
parent1c96b61d4076b3821d855ddf589db80c18d59ee9
iso9660.c did not copy terminating 0 of Rock Ridge name

I noticed that the trailing 0-byte is not copied to the result of
iso_readdir(). The function iso_convert_name() does append a trailing 0.
core/fs/iso9660/iso9660.c