http://llvm.org/bugs/show_bug.cgi?id=15038
Ashok Thirumurthi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Ashok Thirumurthi <[email protected]> --- The attempt to perform an unbounded string read ran up against ptrace EIO errors when the PTRACE_PEEK used the default number of wide characters. Fixed using a search for a null-terminator. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
