K 10 svn:author V 7 wollman K 8 svn:date V 27 2009-11-25T04:27:55.557061Z K 7 svn:log V 272 In __mbsconv(), if prec was zero, nconv could have been used uninitialized. Initialize it to a safe value so that there's no chance of returning an error if stack garbage happens to be equal to (size_t)-1 or (size_t)-2. Found by: Clang static analyzer MFC after: 7 days END