K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-05-29T15:07:53.462299Z K 7 svn:log V 324 MFC r222173: sh: Fix bss-based buffer overflow in . builtin. If the length of a directory in PATH together with the given filename exceeded FILENAME_MAX (which may happen even for pathnames that work), a static buffer was overflown. The static buffer is unnecessary, we can use the stalloc() stack. Obtained from: NetBSD END