K 10 svn:author V 3 eri K 8 svn:date V 27 2015-07-09T16:28:36.004876Z K 7 svn:log V 352 Correct issue presented in r285051, apparently neither clang nor gcc complain about this. But clang intis the var to NULL correctly while gcc on at least mips does not. Correct the undefined behavior by initializing the variable properly. PR: 201371 Differential Revision: https://reviews.freebsd.org/D3036 Reviewed by: gnn Approved by: gnn(mentor) END