Source-Changes archive

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

CVS commit: basesrc/usr.bin/find



Module Name:    basesrc
Committed By:   simonb
Date:           Fri Sep 14 08:19:25 UTC 2001

Modified Files:
        basesrc/usr.bin/find: function.c

Log Message:
Use fork() instead of vfork().  The child calls execvp(), which calls
strdup(), which calls malloc()...

Fixes problem with "find .. -exec" growing as reported by Kazushi Marukawa
on current-users@.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/find/function.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