[LLVMbugs] [Bug 2308] invalid memory read/write with clang serialized input
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon May 12 10:33:33 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2308
Ted Kremenek <kremenek at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #2 from Ted Kremenek <kremenek at apple.com> 2008-05-12 12:33:32 ---
Fixed in r50976:
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080512/005676.html
Diagnosis:
Incorrect serialization of "decl context" in ScopedDecl. Essentially a local
variable on the stack was being registered with the deserializer instead of the
DeclCtx member variable of the ScopedDecl object.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list