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


Ted Kremenek <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|Semantic Analyzer           |Static Analyzer
         Resolution|                            |FIXED
            Summary|scan-build ignores CFRelease|scan-build mishandles
                   |                            |CFDictionaryCreate




--- Comment #1 from Ted Kremenek <[EMAIL PROTECTED]>  2008-07-09 13:26:48 ---
The bug was that the analyzer wasn't properly handling the keys and values
being passed to CFDictionaryCreate.  _value was being passed by reference, and
its value was invalidated by the object referred to was considered leaked.

This is now fixed:

http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080707/006438.html

The change is in checker-59 (now available).


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to