mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
ipq807x: backport an off-by-one error inside the BFP verifier
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -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:
|
||||||
+ *
|
+ *
|
||||||
|
|||||||
Reference in New Issue
Block a user