]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Alexandre SIMON <alexandre.simon@ciril.fr>
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 1 Feb 2011 11:37:01 +0000 (00:37 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 1 Feb 2011 11:37:01 +0000 (00:37 +1300)
commit7561850e172544d52ab3914f82fc54e8a06ab060
tree0a1ff5e715ac04669a25fb33094bcf505c21b717
parentc16f948beb714eb74a2650e6b45573b3fa35ba6f
Author: Alexandre SIMON <alexandre.simon@ciril.fr>
Bug 3144: redirector program blocks while reading STDIN

The string passed to redirect helper program may exceed the available
buffer space and be truncated. Thus having no \n terminator for the helper.

Test for this failure condition and produce an error page.
errors/Makefile.am
errors/templates/ERR_GATEWAY_FAILURE [new file with mode: 0644]
src/redirect.cc