]> git.ipfire.org Git - thirdparty/sarg.git/commit - html.c
Protect a few buffers against overflows
authorFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 30 Oct 2011 14:42:07 +0000 (14:42 +0000)
committerFrédéric Marchal <fmarchal@users.sourceforge.net>
Sun, 30 Oct 2011 14:42:07 +0000 (14:42 +0000)
commit8d811f76568c9cad93ff76ebbd1802ea6ab898fb
treecb8bc14077378fc951060c2675d3080739dca412
parent1bd73f70cd3d0379586082683205b63442968fd0
Protect a few buffers against overflows

Use snprintf instead of strcpy, strcat or sprintf.
html.c
include/conf.h
log.c
smartfilter.c