commit | 24f45d8e34797ed9c16ac3fa6d89f3eed435e706 | [log] [tgz] |
---|---|---|
author | Nenad Merdanovic <nmerdan@haproxy.com> | Sun Mar 12 22:01:35 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 13 18:25:53 2017 +0100 |
tree | bbb77059876fd091abe425681095086b5d690414 | |
parent | 8d7104982e1c41f7dc4d75ae7f7d2bbb96052d40 [diff] |
BUG/MEDIUM: cli: Prevent double free in CLI ACL lookup The memory is released by cli_release_mlook, which also properly sets the pointer to NULL. This was introduced with a big code reorganization involving moving to the new keyword registration form in commit ad8be61c7. This fix needs to be backported to 1.7. Signed-off-by: Nenad Merdanovic <nmerdan@haproxy.com>