]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl/ocsp: error: ā€˜%.*s’ directive argument is null
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 18 Dec 2024 10:25:22 +0000 (11:25 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 18 Dec 2024 10:25:22 +0000 (11:25 +0100)
commit6e11d349407e12919480abb7894cfc913e60eb1b
tree949e8efa1b74c23a6471aff84327480851ccf2ca
parent93f2c7342370c15ec1d82ad60f01add8491abcb8
BUILD: ssl/ocsp: error: ā€˜%.*s’ directive argument is null

Some gcc version will emit an error because a '%.*s' argument have a
NULL parameter. Initialize the string to "" instead.
src/ssl_ocsp.c