haproxy/include
Willy Tarreau 9bd0d744ef [BUG] session: risk of crash on out of memory (1.5-dev regression)
Patch af5149 introduced an issue which can be detected only on out of
memory conditions : a LIST_DEL() may be performed on an uninitialized
struct member instead of a LIST_INIT() during the accept() phase,
causing crashes and memory corruption to occur.

This issue was detected and diagnosed by the Exceliance R&D team.

This is 1.5-specific and very recent, so no existing deployment should
be impacted.
2011-07-20 00:22:54 +02:00
..
common [MINOR] Make appsess{,ion}_refresh static 2011-06-25 21:07:01 +02:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [BUG] session: risk of crash on out of memory (1.5-dev regression) 2011-07-20 00:22:54 +02:00
types [MINOR] Add non-stick server option 2011-06-25 21:14:17 +02:00