In rev 1.15 the sizeof argument was fixed in a strlcat() call but
authormillert <millert@openbsd.org>
Tue, 13 Oct 2015 20:55:37 +0000 (20:55 +0000)
committermillert <millert@openbsd.org>
Tue, 13 Oct 2015 20:55:37 +0000 (20:55 +0000)
commitfdea90f0d9907699249421985942964b14ee5d61
treee963d9bf0d99e8182997a180cf9261a17c6450a2
parent89b5065244530009360978da912baba92d7fad5f
In rev 1.15 the sizeof argument was fixed in a strlcat() call but
the truncation check immediately following it was not updated to
match.  Not an issue in practice since the buffers are the same
size.  OK deraadt@
lib/libc/stdlib/realpath.c