diff options
author | 2019-01-10 19:21:02 +0000 | |
---|---|---|
committer | 2019-01-10 19:21:02 +0000 | |
commit | fb6f09fabed3947dfb753fbe04836a9d26317660 (patch) | |
tree | 0c38a35ff6d690e8793c0882797cc083842ddcef /lib/libc/sys | |
parent | unbreak vmd build (diff) | |
download | wireguard-openbsd-fb6f09fabed3947dfb753fbe04836a9d26317660.tar.xz wireguard-openbsd-fb6f09fabed3947dfb753fbe04836a9d26317660.zip |
an alloca() snuck into the tree. We don't use alloca() in our tree unless
it is entirely unavoidable (for example libc/*/exec.c), because any erroneous
size controlled by an attacker turns into a known-location object placement
in a very dangerous region. So use malloc() instead.
Diffstat (limited to 'lib/libc/sys')
0 files changed, 0 insertions, 0 deletions