K 10 svn:author V 2 ed K 8 svn:date V 27 2016-07-28T15:17:12.307474Z K 7 svn:log V 234 Don't call basename() and dirname() in an unportable way. POSIX allows these functions to modify their input buffer, so that they have storage for the return value. Pull copies of the filename before calling these utility functions. END