Commit a2b055d
committed
stress-mmaptorture: ensure n is initialized for mappings_unmap exit path
Currentl n is not initialized, and exit path via mappings_unmap uses
this as an for-loop upper bounds check. Ensure it is initialized at
declaration time.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>1 parent 77bca13 commit a2b055d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | | - | |
| 462 | + | |
463 | 463 | | |
464 | 464 | | |
465 | 465 | | |
| |||
0 commit comments