CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2012/09/13 09:39:05
Modified files: lib/libc/stdlib: realpath.c Log message: specify the bounds of the dst to strlcat (both values were static and equal, but it is more correct) from Michal Mazurek