clayborg added a comment.

Just bounds check "index" in parse compile unit and this is good to go



================
Comment at: source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp:196
+
+  CompUnitData &data = m_cu_data->GetEntryRef(index).data;
+
----------------
Validate "index" first? We will crash if someone iterates over too many CUs?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56595/new/

https://reviews.llvm.org/D56595



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to