mirror of
https://github.com/php/php-src.git
synced 2026-04-15 20:11:02 +02:00
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.