haproxy/include
Olivier Houchard 1d117e3dcd BUG/MEDIUM: mt_lists: Make sure we set the deleted element to NULL;
In MT_LIST_DEL_SAFE(), when the code was changed to use a temporary variable
instead of using the provided pointer directly, we shouldn't have changed
the code that set the pointer to NULL, as we really want the pointer
provided to be nullified, otherwise other parts of the code won't know
we just deleted an element, and bad things will happen.

This should be backported to 2.1.
2020-03-10 17:45:05 +01:00
..
common BUG/MEDIUM: mt_lists: Make sure we set the deleted element to NULL; 2020-03-10 17:45:05 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h 2020-03-07 06:07:18 +01:00
types BUG/MINOR: ssl/cli: sni_ctx' mustn't always be used as filters 2020-03-09 17:32:04 +01:00