Module Name: src Committed By: christos Date: Wed Jan 26 18:11:35 UTC 2011
Modified Files: src/lib/libpthread: pthread_cancelstub.c Log Message: Moving the ssp check inside the source code does not work properly because the compiler loses information about the size of the object. So instead of the hacky #define mess we did before, add a way to inject our function between the user call and the system call. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libpthread/pthread_cancelstub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.