diff options
author | 2014-05-06 20:00:06 +0000 | |
---|---|---|
committer | 2014-05-06 20:00:06 +0000 | |
commit | 949214e78156715e5aa22cab8087a8c84c239fda (patch) | |
tree | b94454f0d842ca16e0bb81a1b6fc032c776734d2 /lib/libc/regex/regexec.c | |
parent | Sort CFLAGS, SRC and SSLASM stanzas by the directories they apply to, to make (diff) | |
download | wireguard-openbsd-949214e78156715e5aa22cab8087a8c84c239fda.tar.xz wireguard-openbsd-949214e78156715e5aa22cab8087a8c84c239fda.zip |
Remove the ``addressable'' argument to search_string_def(). Turned out to be
a bad idea, for it causes false positives, which then can cause ICE trying
to protect narrower-than-int incoming arguments, if building with
-fstack-protector-all.
From etoh@'s gcc 3.4 tree, unbreaks -fstack-protector-all on m88k (well, maybe
not completely, but it makes it compile more files, such as pf.c which contains
functions receiving uint16_t arguments pushed on the stack due to the
exhaustion of caller-saved registers).
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions