breakpad/src
Ivan Penkov 8205b6edb8 The X86 stack walker was doing an illegal down cast from base-class (StackFrame) to derived-class (StackFrameX86).
Inline frames are always of the base-class type (StackFrame). Treating them as derived-class and accessing members was causing heap buffer overflows.

Change-Id: Id4122ab6a31f016933038a1cb63d45d5c38481f5
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3425445
Reviewed-by: Joshua Peraza <jperaza@chromium.org>
2022-02-02 19:32:58 +00:00
..
build Fix MSVC build on 64-bit 2017-09-25 07:10:11 +00:00
client namespace implementations of FileID 2022-01-28 17:11:22 +00:00
common Fix corner cases on Windows dump_syms 2022-01-29 00:51:00 +00:00
google_breakpad Fix RegisterValidFlag 2021-12-13 22:43:30 +00:00
processor The X86 stack walker was doing an illegal down cast from base-class (StackFrame) to derived-class (StackFrameX86). 2022-02-02 19:32:58 +00:00
third_party List missing 64-bit arches in the bundled curl 2017-11-13 19:50:29 +00:00
tools Make symupload v2 api respect --timeout flag 2022-01-28 17:45:39 +00:00
breakpad_googletest_includes.h test: allow use of system gmock/gtest libs 2016-01-25 19:27:56 -05:00
config.h.in Do not build core_handler unless memfd_create is available 2020-12-21 22:07:02 +00:00