K 10 svn:author V 8 jchandra K 8 svn:date V 27 2013-04-13T07:23:37.422586Z K 7 svn:log V 323 Fix changes made in r249408. In some cases, kern_envp is set by the architecture code and env_pos does not contain the length of the static kernel environment. In these cases r249408 causes the kernel to discard the environment. Fix this by updating the check for empty static env to *kern_envp != '\0' Reported by: np@ END