commit | 6d4890cfeaeac2983406ad544fde64400a1361a0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Nov 18 18:04:25 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Nov 18 18:07:35 2013 +0100 |
tree | 47351544fe6b9533514e9e9ff14070f78bceae14 | |
parent | 39c63c56d270f01b31ca47d3c48931c7d68a564e [diff] |
BUG/MEDIUM: http: fix possible parser crash when parsing erroneous "http-request redirect" rules Baptiste Assmann reported a bug affecting the "http-request redirect" parser. It may randomly crash when reporting an error message if the syntax is not OK. It happens that this is caused by the output error message pointer which was not initialized to NULL. This bug is 1.5-specific (introduced in dev17), no backport is needed.