K 10 svn:author V 5 trasz K 8 svn:date V 27 2017-01-04T14:43:57.851703Z K 7 svn:log V 476 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. Reviewed by: kib@ Tested by: Alex Deiter MFC after: 1 month END