Source-Changes archive

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

CVS commit: src/lib/libc/misc



Module Name:    src
Committed By:   joerg
Date:           Thu Dec  8 02:27:14 UTC 2011

Modified Files:
        src/lib/libc/misc: stack_protector.c

Log Message:
Use a constant array for the MIB. Newer LLVM decided that mib[] warranted
stack protections, with the obvious crash after the setup was done.
As a positive side effect, code size shrinks a bit.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/misc/stack_protector.c

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