]> git.ipfire.org Git - thirdparty/suricata.git/commit
gcc7: fixes for format string warnings 2833/head
authorVictor Julien <victor@inliniac.net>
Wed, 12 Jul 2017 16:44:33 +0000 (18:44 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 12 Jul 2017 20:13:58 +0000 (22:13 +0200)
commit96b2e8afc02ba47e638eb6e8cc729c97f2437ec3
tree94d340f7efcf12417ce31ae5202b30d331090c88
parent82bd732f4e7f553f07061dbcc49bb549cad58431
gcc7: fixes for format string warnings

GCC 7.1.1 on Fedora gave several warnings with -Wimplicit-fallthrough
and -Wformat-truncation

This patch addresses the warnings.
src/app-layer-ssl.c
src/log-httplog.c
src/log-pcap.c
src/log-tlslog.c
src/runmode-unittests.h
src/util-debug.h
src/util-hash-lookup3.c