Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nx-match: Fix potential integer underflow.
Previously, nxm_field_bytes() could return a negative value when given an invalid header. To address this, we now assert when processing an invalid value. Additionally, the function has been updated to return an unsigned value. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Signed-off-by: 0-day Robot <robot@bytheb.org>
- Loading branch information