diff options
author | 2014-09-19 02:52:55 +0000 | |
---|---|---|
committer | 2014-09-19 02:52:55 +0000 | |
commit | 31cc01cb7d4c05809a9c7aee66191f375e77b153 (patch) | |
tree | 04eb47ac1c168b509abbb4be05f1c47dfdd5ef2c /lib/libssl/ssl_ciph.c | |
parent | add missing HISTORY sections; (diff) | |
download | wireguard-openbsd-31cc01cb7d4c05809a9c7aee66191f375e77b153.tar.xz wireguard-openbsd-31cc01cb7d4c05809a9c7aee66191f375e77b153.zip |
passing M_NOWAIT to m_tag_get means it can fail, which could hit
the failure path which leaks all the stuff the previous code in
bpf_movein allocates.
since it's only called from bpfwrite, use M_WAIT instead to make
it reliable and just get rid of the bogus failure code.
ok miod@
Diffstat (limited to 'lib/libssl/ssl_ciph.c')
0 files changed, 0 insertions, 0 deletions