Fix double free after allocation failure in bpf(4).
authorvisa <visa@openbsd.org>
Sat, 23 Oct 2021 15:00:11 +0000 (15:00 +0000)
committervisa <visa@openbsd.org>
Sat, 23 Oct 2021 15:00:11 +0000 (15:00 +0000)
commit828d9ca10a14650191d1f0b9efe06892f7459546
treea5f6af177d4ff9ce15adb392705347fa7a5c0d89
parentfff76fa663db40a25cb161ead596e66927bbab78
Fix double free after allocation failure in bpf(4).

Reported by Peter J. Philipp.

OK mpi@
sys/net/bpf.c