diff options
author | 2014-05-01 14:15:42 +0000 | |
---|---|---|
committer | 2014-05-01 14:15:42 +0000 | |
commit | 3ee6095e0d36ba0260edfda78c0efa2e1f1073de (patch) | |
tree | 9d94f6c72b95aaddf6dbcf16df6288a71d27d2a5 /lib/libc/stdio | |
parent | fixup SoC name, as it's am335x, not am334x. (diff) | |
download | wireguard-openbsd-3ee6095e0d36ba0260edfda78c0efa2e1f1073de.tar.xz wireguard-openbsd-3ee6095e0d36ba0260edfda78c0efa2e1f1073de.zip |
x86-64 ABI requires arrays greater than 16 bytes to be aligned to
16byte boundary. However, GCC 16-byte aligns arrays of >=16 BITS,
not BYTES.
This diff improves bug detectability for code which has local arrays
of [16 .. 127] bits: in those cases SSP will now detect even 1-byte
overflows.
OK kettenis@. Tested in snaps for a week.
Diffstat (limited to 'lib/libc/stdio')
0 files changed, 0 insertions, 0 deletions