K 10 svn:author V 3 sjg K 8 svn:date V 27 2013-06-18T19:35:51.521062Z K 7 svn:log V 194 Fix use after free bug. Parse_SetInput: curFile->fname was using the buffer passed to it - which ReadMakefile frees. This change makes the comment in ParseEOF about leaking curFile->fname true. END