commit | 254d44c01492eef2e2249a5b186f37afd23eac63 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 20 18:19:26 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 20 18:21:01 2012 +0100 |
tree | ccd2819ae9904c8564dc9de5ba8fac501344b294 | |
parent | 9143d374e84687dc2fa1afceeb6609d2e3d79c90 [diff] |
BUG/MEDIUM: log: fix possible segfault during config parsing When log format arguments are specified within braces with no '+' nor '-' prefix, the NULL string is compared with known keywords causing a crash. This only happens during parsing so it does not affect runtime processing.