commit | 079f8087410bff34ebddeebc5c3a45185b8bca8e | [log] [tgz] |
---|---|---|
author | Kevin Zhu <ipandtcp@gmail.com> | Fri Mar 13 10:39:51 2020 +0800 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Mar 16 17:35:30 2020 +0100 |
tree | ead432857a888c75c1ab5f9e388defbfdc2531e9 | |
parent | 83918e2ef13a5e7629a701d712ae4eede6bd19a5 [diff] |
BUG/MEDIUM: spoe: dup agent's engine_id string from trash.area The agent's engine_id forgot to dup from trash, all engine_ids point to the same address "&trash.area", the engine_id changed at run time and will double free when release agents and trash. This bug was introduced by the commit ee3bcddef ("MINOR: tools: add a generic function to generate UUIDs"). No backport is needed, this is 2.2-dev.