cvs commit: src/sys/libkern stack_protector.c

Matthew Dillon dillon at apollo.backplane.com
Sat Dec 27 20:44:53 PST 2003


:drhodus     2003/12/26 19:12:56 PST
:
:DragonFly src repository
:
:  Modified files:
:    sys/libkern          stack_protector.c 
:  Log:
:  *	Cleanup compiler warnings and other style cleaning while here.
:  
:  Revision  Changes    Path
:  1.2       +5 -3      src/sys/libkern/stack_protector.c
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/libkern/stack_protector.c.diff?r1=1.1&r2=1.2&f=h

    You can't change __guard into a #define, because the generated
    stack protector code (if the kernel is compiled with it enabled)
    expects to load the guard value from a global.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>





More information about the Commits mailing list