Commit f1b8c86
committed
[nrf noup] boot: zephyr: decompression: Fix stray sizeof() usage
fixup! [nrf noup] zephyr: Add support for compressed image updates
Fixes an issue with using sizeof() for variables for buffer sizes
instead of the actual buffer size itself
Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit 6ef9e63)1 parent c9e4436 commit f1b8c86
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1177 | 1177 | | |
1178 | 1178 | | |
1179 | 1179 | | |
1180 | | - | |
| 1180 | + | |
1181 | 1181 | | |
1182 | 1182 | | |
1183 | 1183 | | |
| |||
1191 | 1191 | | |
1192 | 1192 | | |
1193 | 1193 | | |
1194 | | - | |
| 1194 | + | |
1195 | 1195 | | |
1196 | 1196 | | |
1197 | 1197 | | |
| |||
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
1222 | | - | |
| 1222 | + | |
1223 | 1223 | | |
1224 | 1224 | | |
1225 | 1225 | | |
| |||
0 commit comments