K 10 svn:author V 5 trasz K 8 svn:date V 27 2017-03-18T23:55:50.048801Z K 7 svn:log V 402 MFC r311284: Fix bug that would result in a kernel crash in some cases involving a symlink and an autofs mount request. The crash was caused by namei() calling bcopy() with a negative length, caused by numeric underflow: in lookup(), in the relookup path, the ni_pathlen was decremented too many times. The bug was introduced in r296715. Big thanks to Alex Deiter for his help with debugging this. END