]> git.ipfire.org Git - thirdparty/suricata.git/commit
output/filestore: delay snprintf until needed
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 27 Feb 2024 20:45:03 +0000 (21:45 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 28 Feb 2024 13:24:03 +0000 (14:24 +0100)
commitd255a5c7a309c067e15dde01560631f4ed427db1
tree8f19fa83cc77e5d82efcff7bb01b31884cf95789
parent7641c07af95f4373c50812890737358fda885a4c
output/filestore: delay snprintf until needed

Perf optimization so that we do not call snprintf in the
common code path.

Ticket: 6796
src/output-filestore.c