cvs commit: src/usr.bin/make cond.c
Hartmut Brandt
harti at FreeBSD.org
Wed May 25 16:06:15 GMT 2005
harti 2005-05-25 16:06:14 UTC
FreeBSD src repository
Modified files:
usr.bin/make cond.c
Log:
Under certain conditions the condition parser would go one past end of
the string. Until now this caused no harm, because the buffer code used
to tack two NULs onto buffers. With the new, soon to come, parsing code
this isn't the case anymore in all cases, so fix this.
Revision Changes Path
1.54 +1 -1 src/usr.bin/make/cond.c
More information about the cvs-src
mailing list