[LLVMbugs] [Bug 7830] CStringChecker cast assertion

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 5 16:20:51 PDT 2010


http://llvm.org/bugs/show_bug.cgi?id=7830

Jordy Rose <jediknil at belkadan.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Jordy Rose <jediknil at belkadan.com> 2010-08-05 18:20:50 CDT ---
Checking whether a buffer access a valid wasn't stopping to make sure we
actually knew anything about the buffer -- if it was an expression we couldn't
handle, it ends up as UnknownVal.

Should be fixed in r110390.

-- 
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