parseconfig: fix invalid mangle_name assumption
authorH. Peter Anvin <hpa@zytor.com>
Wed, 16 Jul 2008 18:25:57 +0000 (11:25 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 16 Jul 2008 18:25:57 +0000 (11:25 -0700)
commit9e93f6b57fb74ff53b1cbdf3cfaff1e8b3642046
tree1dc2510a41e4ffd8882b663a37744706fae9d207
parentb5f0b61236a5300fe425cf80b11c5bc0006873c7
parseconfig: fix invalid mangle_name assumption

Remove assumption that mangle_name leaves DI beyond the end of the
buffer.  This was true back when the mangled filename buffer was an
11-byte DOS filename, but it is definitely not true anymore.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/parseconfig.inc