BUG/MINOR: ssl/cli: initialize fcount int crtlist_entry
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 2 Apr 2020 10:02:54 +0000 (12:02 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 2 Apr 2020 13:40:19 +0000 (15:40 +0200)
commita690fed5bef913d245f07d21789472f1db7959d8
treeda05fb87bdf459addacdf1d51dab62745698cde8
parentb7e43f0cabd0dc47317b823e8ec642c59ff4920a
BUG/MINOR: ssl/cli: initialize fcount int crtlist_entry

Initialize fcount to 0 when 'add ssl crt-list' does not contain any
filters. This bug can lead to trying to read some filters even if they
doesn't exist.
src/ssl_sock.c