diff options
author | David Carlier <devnexen@gmail.com> | 2017-12-09 22:28:21 +0000 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2017-12-16 23:07:48 +0100 |
commit | e835e3c1324bd5e285afd8403f7554c7a2fe3f4f (patch) | |
tree | 7d831772f9ccb3c0f528789d6e0a132acc31ba71 /sapi/phpdbg/phpdbg_webdata_transfer.c | |
parent | ff7c9990d42ff09d59bbd0bc64ca56655cc81ff2 (diff) | |
download | php-git-e835e3c1324bd5e285afd8403f7554c7a2fe3f4f.tar.gz |
Improve explicit_bzero implementation
Using the weak symbol explicit_bzero_hook does not work if LTO is
enabled. Instead avoid memset optimizations using an asm memory
barrier.
Use a fallback implementation where the memory is zeroed through
volatile.
Diffstat (limited to 'sapi/phpdbg/phpdbg_webdata_transfer.c')
0 files changed, 0 insertions, 0 deletions