commit | cb703b0352d02e2a4e712258677ee2d296adc6dd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 03 09:52:01 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 03 09:58:02 2015 +0200 |
tree | 9a7ea51a8dcdc2c6b89eb877223c892d641d93d6 | |
parent | 601a4d1741100d7a861b6d9b66561335c9911277 [diff] |
BUG/MAJOR: http: null-terminate the http actions keywords list Commit a0dc23f ("MEDIUM: http: implement http-request set-{method,path,query,uri}") forgot to null-terminate the list, resulting in crashes when these actions are used if the platform doesn't pad the struct with nulls. Thanks to Gunay Arslan for reporting a detailed trace showing the origin of this bug. No backport to 1.5 is needed.