diff options
author | Andrew Goodbody <andrew.goodbody@linaro.org> | 2025-07-08 17:51:17 +0100 |
---|---|---|
committer | Jerome Forissier <jerome.forissier@linaro.org> | 2025-08-01 09:30:47 +0200 |
commit | c29c5ed2966425a14aab6794e739a78ab46178a5 (patch) | |
tree | 89147f6758090d92d555833eced628a2aacbd214 /scripts/dtc/pylibfdt/setup.py | |
parent | 31a8d2d34082ff6d1e2989912a373aed3f080fb6 (diff) |
net: Incorrect NOP macro used for test
In tcp_parse_options the uchar p[0] is attempted to test for a match
with the 32bit macro TCP_0_NOP which can never be true. Instead test
against the 8bit macro TCP_1_NOP.
This issue found by Smatch.
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Diffstat (limited to 'scripts/dtc/pylibfdt/setup.py')
0 files changed, 0 insertions, 0 deletions