Commit e92d3f7
committed
fix: widen ZW_Abort_SendRequest nodeid argument
The function parameter was `uint8_t`, so any LR node id (>= 256) was
silently masked to its low byte before the comparison `s->param.snode ==
n`, where `s->param.snode` is `nodeid_t`. The match could never succeed
for an LR session, leaving it queued until `request_timeout` fired.
Relates-to: ZGW-3461
Signed-off-by: Laudin Molina Troconis <laudin.molinatroconis@silabs.com>1 parent 9a77dd7 commit e92d3f7
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments