]> 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>
Sat, 9 Mar 2024 12:57:09 +0000 (13:57 +0100)
commite51b276660f2b25464324a85f2105d68c2e02dcc
treed8f164c4679f9e8a6091b408ccfac42da1c93937
parent21ed3e3dac7c29de8b26c9ca95ab119bb2fbee32
output/filestore: delay snprintf until needed

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

Ticket: 6796
(cherry picked from commit d255a5c7a309c067e15dde01560631f4ed427db1)
src/output-filestore.c