cvs commit: src/usr.bin/make cond.c

Max Okumoto okumoto at crater.dragonflybsd.org
Thu Jun 16 15:47:59 PDT 2005


okumoto     2005/06/16 15:46:48 PDT

DragonFly src repository

  Modified files:
    usr.bin/make         cond.c 
  Log:
  FreeBSD-Date: 2005/05/25 17:06:14
  Author: harti
  
  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.46      +1 -1      src/usr.bin/make/cond.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/make/cond.c.diff?r1=1.45&r2=1.46&f=u





More information about the Commits mailing list