Date: Tue, 15 Apr 2008 23:29:51 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libfetch common.c Message-ID: <200804152329.m3FNTpVf036806@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2008-04-15 23:29:51 UTC
FreeBSD src repository
Modified files:
lib/libfetch common.c
Log:
Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't
counted in the width specification in scanf.
This is not a security problem, since this function is only used to
parse a user's configuration file.
Submitted by: Joerg Sonnenberger
Obtained from: dragonflybsd
MFC after: 1 week
Revision Changes Path
1.56 +1 -1 src/lib/libfetch/common.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804152329.m3FNTpVf036806>
