ladybird/Userland/Libraries/LibCoredump
Ali Mohammad Pur e72521f286 LibCoredump: Copy out the FooInfo structs to an aligned address
We were handing out unaligned pointers to these, which made UBSAN super
mad, copy them out to avoid that.
2022-01-28 22:51:27 +00:00
..
Backtrace.cpp LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00
Backtrace.h LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00
CMakeLists.txt
Forward.h
Inspector.cpp LibDebug+LibCoredump: Replace remaining reinterpret_casts and C casts 2022-01-28 22:51:27 +00:00
Inspector.h LibDebug+Everywhere: Avoid void* -> FlatPtr -> void* dance 2022-01-28 22:51:27 +00:00
Reader.cpp LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00
Reader.h LibCoredump: Copy out the FooInfo structs to an aligned address 2022-01-28 22:51:27 +00:00