Commit fad18ae
committed
fix(zwapi): Prevent injection while refreshing caps
This fix isolated to test the following test (with and without/revert) it.
The issue should be detected sooner (before calling zwapi_session_flush_queue)
2025-Jun-20 16:34:15.434395 <E> [zwapi_init] zwapi_refresh_capabilities: invalid supported_bitmask
By the way, It has been observed that using z-wave-stack-binaries length
is clamped from 33 to 31 (this is unexpected, it could be caused by non aligned defs).
Relate-to: SiliconLabsSoftware#125
Bug-SiliconLabs: UIC-3664
Relate-to: SLVDBBP-3162484
Relate-to: https://github.com/SiliconLabsSoftware/z-wave-engine-application-layer/issues/42
Signed-off-by: Philippe Coval <[email protected]>1 parent 85e13a7 commit fad18ae
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
174 | 180 | | |
175 | | - | |
176 | | - | |
| 181 | + | |
| 182 | + | |
177 | 183 | | |
178 | 184 | | |
179 | 185 | | |
| |||
0 commit comments