1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 11:12:26 +00:00
serenity/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 LibCoredump: Add Coredump::Inspector 2021-11-20 21:22:24 +00:00
Forward.h Everywhere: Core dump => Coredump 2021-08-23 00:02:09 +02:00
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