SECURITY UPDATE: heap buffer overflow in ngxhttprewritemodule with
overlapping captures
debian/patches/CVE-2026-9256.patch: fix heap buffer overflow in
ngxhttpscriptregexstartcode() when a rewrite replacement string
with no variables has overlapping captures, by moving the per-capture
length accumulation and ngxescape
uri() call inside a single loop
over the actual captures buffer.