diff options
| author | Luca Coelho <[email protected]> | 2019-11-25 11:50:58 +0200 |
|---|---|---|
| committer | Luca Coelho <[email protected]> | 2019-12-23 11:33:04 +0200 |
| commit | 4f565ee2999960d541854389e20b78e7105e3afc (patch) | |
| tree | 2cd93a1c7c942e3239c4afab972efa04bd9de58f /tools/perf/scripts/python/stat-cpi.py | |
| parent | a89c72ffd07369f5ccc74f0332d2785a7077241d (diff) | |
iwlwifi: fix TLV fragment allocation loop
In the allocation loop, "pages" will never become zero (because of the
DIV_ROUND_UP), so if we can't allocate any size and pages becomes 1,
we will keep trying to allocate 1 page until it succeeds. And in that
case, as coverity reported, block will never be NULL.
Reported-by: coverity-bot <[email protected]>
Addresses-Coverity-ID: 1487402 ("Control flow issues")
Fixes: 14124b25780d ("iwlwifi: dbg_ini: implement monitor allocation flow")
Signed-off-by: Luca Coelho <[email protected]>
Fixes: 14124b25780d ("iwlwifi: dbg_ini: implement monitor allocation flow")
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stat-cpi.py')
0 files changed, 0 insertions, 0 deletions