1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Merge security fix from 4.0.1 for CAN-2004-0623.

This commit is contained in:
Ceri Davies 2004-11-14 18:06:57 +00:00
parent 85b163fd41
commit df6f1fa65c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121595
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= gnats
PORTVERSION= 3.113.1
PORTREVISION= 9
PORTREVISION= 10
CATEGORIES= databases elisp
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnats

View File

@ -0,0 +1,11 @@
--- gnats/misc.c.orig Sun Nov 14 17:59:15 2004
+++ gnats/misc.c Sun Nov 14 17:56:58 2004
@@ -79,7 +79,7 @@
{
#ifdef HAVE_SYSLOG_H
if (log_method == SYSLOG)
- syslog (severity, buf);
+ syslog (severity, "%s", buf);
else
#endif
if (gnats_logfile != (FILE *) NULL)