mirror of
https://github.com/Telecominfraproject/wlan-ap-legacy-targets.git
synced 2025-10-29 09:32:41 +00:00
14 lines
389 B
Diff
14 lines
389 B
Diff
Index: linux-5.4.158/kernel/bpf/verifier.c
|
|
===================================================================
|
|
--- linux-5.4.158.orig/kernel/bpf/verifier.c
|
|
+++ linux-5.4.158/kernel/bpf/verifier.c
|
|
@@ -5372,7 +5372,7 @@ static void find_good_pkt_pointers(struc
|
|
|
|
new_range = dst_reg->off;
|
|
if (range_right_open)
|
|
- new_range--;
|
|
+ new_range++;
|
|
|
|
/* Examples for register markings:
|
|
*
|