cvs commit: src/usr.bin/make arch.c cond.c parse.c suff.c var.c

Hartmut Brandt harti at FreeBSD.org
Tue Mar 1 17:52:19 GMT 2005


harti       2005-03-01 17:52:18 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         arch.c cond.c parse.c suff.c var.c 
  Log:
  Make sure the length variable is initialized to 0 before passing
  it to Var_Parse().
  
  Patch:          7.85
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.53      +2 -2      src/usr.bin/make/arch.c
  1.40      +9 -8      src/usr.bin/make/cond.c
  1.77      +1 -1      src/usr.bin/make/parse.c
  1.45      +1 -1      src/usr.bin/make/suff.c
  1.100     +5 -0      src/usr.bin/make/var.c


More information about the cvs-src mailing list