[Lldb-commits] [Bug 11579] lldb::SBValue::CreateValueFromAddress does not verify SBType::GetPointerType succeeds

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Dec 14 17:56:50 PST 2011


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

johnny.chen at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |johnny.chen at apple.com
         Resolution|                            |FIXED

--- Comment #1 from johnny.chen at apple.com 2011-12-14 19:56:50 CST ---
Checked in http://llvm.org/viewvc/llvm-project?rev=146629&view=rev, thanks.

SBValue::CreateValueFromAddress() should check the validity of type and its
derived pointer type
before using it.  Add a test case.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the lldb-commits mailing list