BUG/MINOR: ssl: crtlist_dup_filters() must return NULL with fcount == 0
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 20 Mar 2020 09:04:34 +0000 (10:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 20 Mar 2020 09:10:25 +0000 (10:10 +0100)
commit3c516fc989b32a4ef764e595b5453646fa8521b1
tree39593fdd62dc76670954f775daca27bd178fd007
parent2445f8d4ec16d7dbd04301c0e37eef9550313ab4
BUG/MINOR: ssl: crtlist_dup_filters() must return NULL with fcount == 0

crtlist_dup_filters() must return a NULL ptr if the fcount number is 0.

This bug was introduced by 2954c47 ("MEDIUM: ssl: allow crt-list caching").
src/ssl_sock.c