freebsd-dev/lib/libfetch
Colin Percival fc2841a92f 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
2008-04-15 23:29:51 +00:00
..
common.c Fix one-byte buffer overflow: NUL gets written to the buffer, but isn't 2008-04-15 23:29:51 +00:00
common.h
fetch.3 s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :) 2008-02-08 09:44:34 +00:00
fetch.c
fetch.h
file.c
ftp.c Use memcpy(3) instead of the BSD-specific bcopy(3). 2008-02-08 09:48:48 +00:00
ftp.errors
http.c Use memcpy(3) instead of the BSD-specific bcopy(3). 2008-02-08 09:48:48 +00:00
http.errors
Makefile