ipq807x: backport an off-by-one error inside the BFP verifier

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2022-08-08 17:16:29 +02:00
parent 8686846a09
commit 2e3c52160c

View File

@@ -32856,7 +32856,7 @@
+ +
+ new_range = dst_reg->off; + new_range = dst_reg->off;
+ if (range_right_open) + if (range_right_open)
+ new_range--; + new_range++;
+ +
+ /* Examples for register markings: + /* Examples for register markings:
+ * + *