commit | 920fc8bbe4240cb36653a1a7f6e459e7668c1643 | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.com> | Tue May 14 11:15:18 2019 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Tue May 14 11:28:16 2019 +0200 |
tree | 3cbf869bc3e4f22fcea9bdc469f660776776d7ad | |
parent | f983d00a1ce89d9505daf1ffde5db1bf58aab1fc [diff] |
BUG/MINOR: mworker: use after free when the PID not assigned Commit 4528611 ("MEDIUM: mworker: store the leaving state of a process") introduced a bug in the mworker_env_to_proc_list() function. This is very unlikely to occur since the PID should always be assigned. It can probably happen if the environment variable is corrupted. No backport needed.