K 10 svn:author V 7 landonf K 8 svn:date V 27 2018-03-22T22:13:46.399299Z K 7 svn:log V 326 Add missing NULL checks when calling malloc(M_NOWAIT) in bhnd_nv_strdup/bhnd_nv_strndup. If malloc(9) failed during initial bhnd(4) attach, while allocating the root NVRAM path string ("/"), the returned NULL pointer would be passed as the destination to memcpy(). Reported by: Ilja Van Sprundel END