nginx/src
Maxim Dounin f4c70589ce Negative size buffers detection.
In the past, there were several security issues which resulted in
worker process memory disclosure due to buffers with negative size.
It looks reasonable to check for such buffers in various places,
much like we already check for zero size buffers.

While here, removed "#if 1 / #endif" around zero size buffer checks.
It looks highly unlikely that we'll disable these checks anytime soon.
2018-11-26 18:29:56 +03:00
..
core Negative size buffers detection. 2018-11-26 18:29:56 +03:00
event Core: ngx_explicit_memzero(). 2018-11-15 21:28:02 +03:00
http Negative size buffers detection. 2018-11-26 18:29:56 +03:00
mail SSL: deprecated the "ssl" directive. 2018-04-25 14:57:24 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed NGX_TID_T_FMT format specification for uint64_t. 2018-07-22 04:03:40 +03:00
stream Negative size buffers detection. 2018-11-26 18:29:56 +03:00