commit | 8dfc2491d2e3a511246f570e0de86c253a86ec54 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Thu May 11 12:36:32 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 11 15:37:04 2023 +0200 |
tree | 433191d84ffbf7a96f944a6cf0fc045b02c3fdd3 | |
parent | 7542fb43d6d1803252c409a20192d97dec19328b [diff] |
BUG/MINOR: proxy: missing free in free_proxy for redirect rules cookie_str from struct redirect, which may be allocated through http_parse_redirect_rule() function is not properly freed on proxy cleanup within free_proxy(). This could be backported to all stable versions. [for 2.2, free_proxy() did not exist so the fix needs to be performed directly in deinit() function from haproxy.c]