K 10 svn:author V 2 jh K 8 svn:date V 27 2010-08-28T06:33:01.242969Z K 7 svn:log V 216 MFC r204636: In reallocf(3), free the memory only when size != 0. Otherwise, when the System V compatibility option (malloc "V" flag) is in effect a zero sized reallocf() could cause a double free. PR: bin/141753 END