Source-Changes archive

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

CVS commit: src/usr.bin/make



Module Name:    src
Committed By:   christos
Date:           Fri Mar 31 21:58:08 UTC 2006

Modified Files:
        src/usr.bin/make: arch.c cond.c nonints.h parse.c suff.c var.c

Log Message:
Add some coverity allocation comments, and change the way the allocator
functions work. When they allocate storage that needs to be freed, instead
of setting a boolean, set the pointer to be freed. Plug some more memory
leaks found by inspection.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/usr.bin/make/arch.c
cvs rdiff -r1.29 -r1.30 src/usr.bin/make/cond.c
cvs rdiff -r1.35 -r1.36 src/usr.bin/make/nonints.h
cvs rdiff -r1.113 -r1.114 src/usr.bin/make/parse.c
cvs rdiff -r1.52 -r1.53 src/usr.bin/make/suff.c
cvs rdiff -r1.103 -r1.104 src/usr.bin/make/var.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index