Source-Changes archive

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

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   manu
Date:           Sun Nov 24 21:59:44 UTC 2002

Modified Files:
        syssrc/sys/kern: exec_macho.c
        syssrc/sys/sys: exec_macho.h

Log Message:
Rewrite the excessive recursive loading protection by actually counting the
recursions instead of the total function calls. We limit to 6 recursion,
which is what Darwin does.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/kern/exec_macho.c
cvs rdiff -r1.7 -r1.8 syssrc/sys/sys/exec_macho.h

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