Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 11/24/2002 23:59:45
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.