DragonFly commits List (threaded) for 2003-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: cvs commit: src/sys/libkern stack_protector.c
: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@xxxxxxxxxxxxx>
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]