Page MenuHomeFreeBSD

bpf: Fix the write filter
ClosedPublic

Authored by markj on Oct 19 2021, 4:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jan 4, 3:37 PM
Unknown Object (File)
Nov 25 2024, 8:13 AM
Unknown Object (File)
Nov 20 2024, 8:59 AM
Unknown Object (File)
Nov 13 2024, 6:56 PM
Unknown Object (File)
Nov 11 2024, 10:00 PM
Unknown Object (File)
Oct 3 2024, 2:14 PM
Unknown Object (File)
Oct 3 2024, 8:44 AM
Unknown Object (File)
Oct 1 2024, 7:25 AM
Subscribers

Details

Summary

A BPF descriptor only has an associated interface descriptor once it is
attached to an interface, e.g., with BIOCSETIF. Avoid dereferencing a
NULL pointer in filt_bpfwrite() if the BPF descriptor is not attached.

Fixes: ded77e0237a8 ("Allow the BPF to be select for write.")
Reported by: syzbot+ae45d5166afe15a5a21d@syzkaller.appspotmail.com

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable