K 10 svn:author V 2 jh K 8 svn:date V 27 2011-07-13T06:20:00.872660Z K 7 svn:log V 253 MFC r222216: In init_dynamic_kenv(), ignore environment strings exceeding the KENV_MNAMELEN + 1 + KENV_MVALLEN + 1 length limit to avoid buffer overflow in getenv(). Currenly loader(8) doesn't limit the length of environment strings. PR: kern/132104 END