]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mworker: fix a memleak when execvp() failed
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 8 Jun 2020 08:01:13 +0000 (10:01 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 8 Jun 2020 08:01:13 +0000 (10:01 +0200)
commit9fc6c97fb30bb9c15d6b6e34c917b0b5aba7486a
tree456ff388ecbee646c35986a35fb7a477474f85b9
parente5ff4addb2300db60f5a4d1f99abd54b4a1a94f6
BUG/MINOR: mworker: fix a memleak when execvp() failed

Free next_argv when execvp() failed.

Must be backported as far as 1.8.

Should fix issue #668.
src/haproxy.c