summaryrefslogtreecommitdiff
path: root/lib/pid_output.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2021-04-15 06:26:45 +0200
committerDavid Lamparter <equinox@diac24.net>2021-04-15 06:27:34 +0200
commit1b958b2ef862cd6ccc000270abd7d5cec314cd04 (patch)
treee37633da6b2a225e6a3b4c613440893436f05ca4 /lib/pid_output.c
parent5bb91468c55c17405d112ffe91ba01594583c2e6 (diff)
lib: disable ASAN redzone around xref_p/xref_array
The "xref_p" variables are placed in the "xref_array" section specifically so they're next to each other and we get an array at the end. The ASAN redzone that is inserted around global variables is breaks that since it'd be inserted before and after each of the array items. So disable the ASAN redzone for these variables (and only these variables, nothing else should be affected.) Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/pid_output.c')
0 files changed, 0 insertions, 0 deletions