commit | 4ac9f546120d42be8147e3d90588e7b9738af0cc | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Thu May 28 18:03:51 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 28 18:43:03 2015 +0200 |
tree | c8d2692f4ccc7c52d87d2ca63e538728167bfc8f | |
parent | 77063bc0c6ceb4257c4e2c08411811ecc48be1aa [diff] |
BUG/MEDIUM: cfgparse: segfault when userlist is misused If the 'userlist' keyword parsing returns an error and no userlist were previously created. The parsing of 'user' and 'group' leads to NULL derefence. The userlist pointer is now tested to prevent this issue.