linux/net/bpfilter
Alexei Starovoitov a4fa458950 bpfilter: Initialize pos variable
Make sure 'pos' is initialized to zero before calling kernel_write().

Fixes: d2ba09c17a ("net: add skeleton of bpfilter kernel module")
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
2020-07-14 12:31:45 -07:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
bpfilter_kern.c bpfilter: Initialize pos variable 2020-07-14 12:31:45 -07:00
bpfilter_umh_blob.S bpfilter: Move bpfilter_umh back into init data 2020-07-04 09:35:50 -05:00
Kconfig bpfilter: document build requirements for bpfilter_umh 2020-05-26 00:03:16 +09:00
main.c net/bpfilter: remove superfluous testing message 2020-03-31 10:07:51 -07:00
Makefile bpfilter: use 'userprogs' syntax to build bpfilter_umh 2020-05-17 18:52:01 +09:00
msgfmt.h