Re: [PATCH 16/17] Always initialize A and X variables in BPF code
Guillem Jover, le Thu 25 Aug 2011 15:22:39 +0200, a écrit : > * device/net_io.c (bpf_do_filter): Remove lint conditional. Applied, thanks. Samuel
[PATCH 16/17] Always initialize A and X variables in BPF code
* device/net_io.c (bpf_do_filter): Remove lint conditional. --- device/net_io.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/device/net_io.c b/device/net_io.c index 1db9bca..8446395 100644 --- a/device/net_io.c +++ b/device/net_io.c @@ -1655,10 +1655,9 @@ bpf_do_filte