diff options
author | Stanislav Malyshev <stas@php.net> | 2019-04-06 18:15:42 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2019-04-06 18:15:42 -0700 |
commit | 588db7cecf6cf8b351de0fecdfc7de70f54bf1b1 (patch) | |
tree | d96290d25a4fd170a4ff69c0e16ffc447ca9ddeb /sapi/phpdbg/phpdbg_out.c | |
parent | 731eeb8decf3cf0197e7fd6989b5fd2befcdb3e5 (diff) | |
download | php-git-588db7cecf6cf8b351de0fecdfc7de70f54bf1b1.tar.gz |
Always use ZEND_SECURE_ZERO() when cleaning up data
Optimizing compilers have an annoying tendency to throw out
memsets over data that they think aren't used anymore. Apply secure
zero-out in cases where this has potential to happen.
Diffstat (limited to 'sapi/phpdbg/phpdbg_out.c')
0 files changed, 0 insertions, 0 deletions