Re: [Lldb-commits] Patch: Add additional nullptr check to SBValue::CreateValueFromData

2016-05-20 Thread Enrico Granata via lldb-commits
> On May 20, 2016, at 2:35 AM, Sebastian Theophil via lldb-commits > wrote: > > SBValue::CreateValueFromData didn’t check if the SBType argument was in fact > a nullptr. This leads to a crash when dereferencing it of course. I followed > the naming used in SBValue CreateValueFromAddress above

[Lldb-commits] Patch: Add additional nullptr check to SBValue::CreateValueFromData

2016-05-20 Thread Sebastian Theophil via lldb-commits
SBValue::CreateValueFromData didn’t check if the SBType argument was in fact a nullptr. This leads to a crash when dereferencing it of course. I followed the naming used in SBValue CreateValueFromAddress above. Regards, Sebastian -- Dr. Sebastian Theophil | stheop...@think-cell.com Senior Softw