CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/07/24 15:03:00
Modified files: lib/libc/stdlib: realpath.3 realpath.c Log message: Recent Single Unix will malloc memory if the second argument of realpath() is NULL, and third-party software is starting to rely upon this. Adapted from FreeBSD via Jona Joachim (jaj ; hcl-club , .lu), with minor tweaks from nicm@ and yours truly.