commit | e99af978c81ecbe9ecad3dd799231d454755b6a9 | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Tue Apr 30 01:03:26 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu May 02 10:05:11 2019 +0200 |
tree | 28419d0b5e60b7bdf4e3b3d6d7de0b01b0f1a072 | |
parent | 026ef570e16364db5247120d12f0320377a49272 [diff] |
BUG/MEDIUM: pattern: fix memory leak in regex pattern functions The allocated regex is not freed properly and can cause a memory leak, eg. when patterns are updated via CLI socket. This patch should be backported to all supported versions.