1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:38:10 +00:00
serenity/Userland
Andrew Kaster f90a19ba4c LibJS: Make sure all allocators are 8-byte aligned
Absolutely massive allocations > 1024 bytes would go into the size
class which was 3172 bytes. 3172 happens to not be 8 byte aligned, and
so made UBSAN very sad on x86_64. Change the largest allocator to be
3072 bytes, which is in fact a multiple of 8 :^)
2021-05-14 08:34:00 +01:00
..
Applets Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Applications Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Demos Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
DevTools Kernel+Profiler: Track lost time between profiler timer ticks 2021-05-14 00:35:57 +02:00
DynamicLoader DynamicLoader: Remove math functionality in favor of -lgcc 2021-05-07 15:35:50 +02:00
Games Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Libraries LibJS: Make sure all allocators are 8-byte aligned 2021-05-14 08:34:00 +01:00
Services InspectorServer: Add another missing <AK/JsonObject.h> include 2021-05-13 23:56:25 +02:00
Shell Userland: Tighten a *lot* of pledges! :^) 2021-05-13 23:28:40 +02:00
Utilities Userland: Remove no-longer-needed unveil()'s of /tmp/rpc 2021-05-13 23:28:40 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00