ladybird/Kernel/Heap
Gunnar Beutner 77f9f442d8 Kernel: Don't overrun the buffer in krealloc()
The allocation_size_in_chunks field contains the bytes necessary for
the AllocationHeader so we need to subtract that when we try to figure
out how much user data we have to copy.

Fixes #7549.
2021-05-29 17:28:45 +04:30
..
Heap.h Kernel: Don't overrun the buffer in krealloc() 2021-05-29 17:28:45 +04:30
kmalloc.cpp Kernel: Add support for profiling kmalloc()/kfree() 2021-05-19 22:51:42 +02:00
kmalloc.h AK+LibC: Implement malloc_good_size() and use it for Vector/HashTable 2021-05-15 16:30:14 +02:00
SlabAllocator.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SlabAllocator.h Kernel: Declare operator new/delete noexcept for MAKE_SLAB_ALLOCATED 2021-05-13 08:29:01 +02:00