https://bugs.kde.org/show_bug.cgi?id=495261

--- Comment #27 from Matthew Woehlke <[email protected]> ---
Results! Valgrind *did* find a possible memory corruption:

Invalid write of size 1
   at 0x48625B6: strcpy (vg_replace_strmem.c:565)
   by 0x4C20E3FC: UnknownInlinedFun (string_fortified.h:81)
   by 0x4C20E3FC: cmListFileLexerSetToken (cmListFileLexer.in.l:279)
   by 0x4C20E6DF: cmListFileLexer_yylex (cmListFileLexer.in.l:247)
   by 0x4C211ABD: UnknownInlinedFun (cmListFileLexer.in.l:507)
   by 0x4C211ABD: CMakeListsParser::readCMakeFile(QString const&)
(cmakelistsparser.cpp:109)

This happened at least several times.

There are a couple invalid reads in Qt, also, but they're from
QUtf8::convertToUnicode and might be just aggressive optimization, or what look
like one-offs. Let me know if you want the whole log.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to