commit | 3ddcf7643cfe5b542d72b0f6f815fc302e8e3bc9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Feb 07 14:22:52 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Feb 07 15:08:13 2019 +0100 |
tree | 38bfc99fd75b81413d41d3179b2dbd1bed31ffa0 | |
parent | 4f03ab06a90df8e88ba2e347f52465b31392acc4 [diff] |
BUG/MINOR: spoe: do not assume agent->rt is valid on exit As reported by Christopher, we may call spoe_release_agent() when leaving after an allocation failure or a config parse error. We must not assume agent->rt is valid there as the allocation could have failed. This should be backported to 1.9 and 1.8.