Module Name: src Committed By: maxv Date: Wed Jul 10 17:55:33 UTC 2019
Modified Files: src/sys/net: bpf.c Log Message: Fix info leak: use kmem_zalloc, because we align the buffers, and the otherwise uninitialized padding bytes get copied to userland in bpf_read(). To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 src/sys/net/bpf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.