haproxy/include
William Lallemand cf9e788790 BUG/MEDIUM: dumpstats: undefined behavior in stats_tlskeys_list()
The function stats_tlskeys_list() can meet an undefined behavior when
called with appctx->st2 == STAT_ST_LIST, indeed the ref pointer is used
uninitialized.

However this function was using NULL in appctx->ctx.tlskeys.ref as a
flag to dump every tickets from every references.  A real flag
appctx->ctx.tlskeys.dump_all is now used for this behavior.

This patch delete the 'ref' variable and use appctx->ctx.tlskeys.ref
directly.
2016-06-14 19:41:58 +02:00
..
common BUILD: fix build on Solaris 11 2016-05-26 07:15:57 +02:00
import MINOR: lru: new function to delete <nb> least recently used keys 2016-01-11 07:31:35 +01:00
proto MINOR: stream: export the function 'smp_create_src_stkctr' 2016-06-13 21:21:51 +02:00
types BUG/MEDIUM: dumpstats: undefined behavior in stats_tlskeys_list() 2016-06-14 19:41:58 +02:00