commit | 7365fe5b4859de2305e40ea132da3823830fa710 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Wed Oct 14 08:25:09 2015 +1100 |
committer | Damien Miller <djm@mindrot.org> | Wed Oct 14 08:25:09 2015 +1100 |
tree | 1b01d108b2c88875126b6fb81246ec00dc8c265e | |
parent | e679c09cd1951f963793aa3d9748d1c3fdcf808f [diff] |
upstream commit revision 1.14 date: 2011/07/24 21:03:00; author: miod; state: Exp; lines: +35 -13; 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.