linux-hardened icon indicating copy to clipboard operation
linux-hardened copied to clipboard

improve slub canary generation

Open thestinger opened this issue 8 years ago • 0 comments

Ideally this would use a keyed hash, but SipHash is likely too slow. The random ^ canary_address technique doesn't even make each one unique on little endian architectures due to the leading zero.

thestinger avatar May 21 '17 03:05 thestinger