[Lldb-commits] [lldb] r184877 - Fix undefined behaviour in data formatter test -- ensure char* null-terminated

Tim Northover tnorthover at apple.com
Wed Jun 26 01:23:03 PDT 2013


On Tuesday 25 June 2013 20:53:40 Ed Maste wrote:
> For example, try the following:

Yep, I did some tests along those lines. The only problem is likely to come if 
the pointer is near the last byte of the last page accessible by the program. 
I couldn't provoke a disturbing failure myself, but I saw enough to convince 
myself it's not catastrophic.

Tim.



More information about the lldb-commits mailing list