DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Max Okumoto <okumoto@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 16 Jun 2005 15:46:48 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]