haproxy/include
Willy Tarreau dd11293e84 BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT
When freeing ACL regex, we don't want to perform the free() in regex_free()
as it's already performed in free_pattern(). The double free only happens
when using PCRE_JIT when freeing everything during exit so it's harmless
but exhibits libc errors during a reload/restart.

Bug reported by Seri.
2013-05-08 18:14:18 +02:00
..
common BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT 2013-05-08 18:14:18 +02:00
import
proto MEDIUM: stats: add proxy name filtering on the statistic page 2013-04-15 22:50:33 +02:00
types MEDIUM: ssl: improve crt-list format to support negation 2013-05-07 22:11:54 +02:00