nginx/src
Roman Arutyunyan 475732a3f9
Some checks are pending
buildbot / buildbot (push) Waiting to run
Rewrite: harden escape flags control
Following 2046b45aa0, this change introduces better control of memory
allocation flags for escaped values.  Notably:

- The e->is_args flag is now explicitly reset on rewrite start.
  If the flag was set prior to rewrite start, then buffer overflow
  could happen before 2046b45aa0.

- The le->is_args flag value is now copied from e->is_args when
  calculating complex value length for "if" and "set" directives.
  If e->is_args was set, but le->is_args was not, then buffer overflow
  could happen before 2046b45aa0.
2026-05-21 18:00:00 +04:00
..
core Version bump 2026-05-13 20:19:15 +01:00
event QUIC: avoid assigning unvalidated address to new streams 2026-05-13 21:19:47 +04:00
http Rewrite: harden escape flags control 2026-05-21 18:00:00 +04:00
mail Mail: style 2026-05-15 16:25:01 +04:00
misc Cpp test: added stream. 2020-10-13 07:44:09 +03:00
os Win32: fixed C4319 warning with MSVC 2022 x86. 2025-12-24 11:41:43 -07:00
stream Stream: least_time balancer module 2026-05-04 21:19:40 +05:30