fjoe 2005-11-30 20:38:03 UTC
FreeBSD src repository
Modified files:
usr.bin/make main.c var.c
Log:
- match_var: do not address memory at invalid address (`len' can be greater
than strlen(var) + 1)
- ReadMakeFile: prevent `fname' memory leak
- ReadMakeFile: prevent double free (caused by double fclose) --
ParsePopInput() closes input file
Reviewed by: harti
Revision Changes Path
1.157 +4 -2 src/usr.bin/make/main.c
1.160 +1 -1 src/usr.bin/make/var.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"