CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2015/10/13 14:55:37
Modified files: lib/libc/stdlib: realpath.c Log message: 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@