freebsd-skq/usr.sbin/pkg_install/lib
schweikh 0e961ee647 Fix a case of undefined behavior due to overlapping buf objects in
snprintf (buf, size, fmt, buf, etc). This only works by chance with our
libc, but fails (with a truncated string) on e.g. glibc.

Okayed by:	sobomax
MFC after:	1 week
2003-12-23 15:01:12 +00:00
..
deps.c
exec.c
file.c
global.c
lib.h pkg_create incorrectly does not add trailing '\n' when it receives 2003-05-26 17:12:22 +00:00
Makefile
match.c Fix a case of undefined behavior due to overlapping buf objects in 2003-12-23 15:01:12 +00:00
msg.c
pen.c
pkgwrap.c
plist.c * Add explicit conflict-checking to the package tools. Packages can 2003-04-17 09:56:05 +00:00
str.c pkg_create incorrectly does not add trailing '\n' when it receives 2003-05-26 17:12:22 +00:00
url.c Revert url.c:1.2: there was a race condition between when I produced 2003-04-17 03:51:06 +00:00
version.c