[Lldb-commits] [PATCH] [compiler-rt] ASan debugging API for report info extraction and locating addresses

Kostya Serebryany kcc at google.com
Thu Sep 25 15:27:08 PDT 2014


Almost LGTM, sorry for delay

================
Comment at: lib/asan/asan_debugging.cc:30
@@ +29,3 @@
+  InternalMmapVector<StackVarDescr> vars(16);
+  ParseFrameDescription(frame_descr, &vars);
+
----------------
If the stack corruption is really bad we may return false here. This should be handled.

http://reviews.llvm.org/D4527






More information about the lldb-commits mailing list