]> git.ipfire.org Git - thirdparty/sarg.git/commit - useragent.c
Protect the sort commands against buffer overflow
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Jun 2011 10:56:40 +0000 (10:56 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sat, 18 Jun 2011 10:56:40 +0000 (10:56 +0000)
commit78eeb33f04aacd8e739bd1938323dce5e13cb9a7
tree033fb9727fecf6216a057d3e867e0f930fd996a8
parenteb8433696317cdd9d343536e01b5c216de071380
Protect the sort commands against buffer overflow

The external sort commands are build by snprintf instead of sprintf
to guard against buffer overflows.
email.c
html.c
log.c
realtime.c
siteuser.c
sort.c
squidguard_log.c
topsites.c
topuser.c
useragent.c