Skip to content
Commit 4aee28c6 authored by Lennart Poettering's avatar Lennart Poettering
Browse files

alloc-util: whenever any of our alloca() wrappers is used to allocate overly...

alloc-util: whenever any of our alloca() wrappers is used to allocate overly large memory blocks, hit an assert()

Of course, this should never happen, but let's better be safe than
sorry, and abort rather than continue when a too large memory block is
allocated, simply asa safety precaution.

An early abort is better than continuing with a likely memory corruption
later.
parent 7c45deb2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment