eliminate trailing NULs in NVT strings.

This commit is contained in:
okuji 2000-06-07 15:35:18 +00:00
parent e4f6307b46
commit bc0e0af007
2 changed files with 38 additions and 6 deletions

View file

@ -1,3 +1,12 @@
2000-06-08 OKUJI Yoshinori <okuji@gnu.org>
* netboot/main.c (decode_rfc1533) [GRUB]: Eliminate trailing
NULs in the NVT string for a configuration file name, if any.
(decode_rfc1533): Likewise, if Extensions Path is present,
eliminate the trailing NULs, if any.
Also, check the length carefully to ensure that EXTPATH can fit
in FNAME.
2000-06-06 Jochen Hoenicke <jochen@gnu.org>
* stage2/fsys_reiserfs.c: Added journaling to reiser.