Source-Changes archive

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

CVS commit: src/bin/rcp



Module Name:    src
Committed By:   dholland
Date:           Mon Aug 31 07:11:17 UTC 2009

Modified Files:
        src/bin/rcp: rcp.c

Log Message:
Fix up seriously borked mallocing of a static buffer, which seems to
have been this way since at least 4.4. This will still dump core if
malloc fails on the first trip through, instead of on any malloc
failure, but should otherwise behave much more reasonably.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/bin/rcp/rcp.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