Module Name: src Committed By: abhinav Date: Tue May 2 13:54:08 UTC 2017
Modified Files: src/usr.sbin/makemandb: makemandb.c Log Message: We do need to copy the return value from dirname(3) since there it is a static buffer and can be overwritten in between. I overzealously removed this in one of my previous commits. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/makemandb/makemandb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.