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

Hartmut Brandt harti at FreeBSD.org
Mon Feb 28 15:01:38 GMT 2005


harti       2005-02-28 15:01:38 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         var.c 
  Log:
  Don't modify the input string in VarParseLong(). It is not
  necessary to NUL-terminated it, because we know the lengths
  from the pointers.
  
  Patch:          7.80
  
  Submitted by:   Max Okumoto <okumoto at ucsd.edu>
  
  Revision  Changes    Path
  1.95      +6 -15     src/usr.bin/make/var.c


More information about the cvs-all mailing list