Skip to content
Commit 87ed89d2 authored by Tanya Brokhman's avatar Tanya Brokhman Committed by Artem Bityutskiy
Browse files

UBI: fix error path in __wl_get_peb



In case of an error (if there are not free PEB's for example),
__wl_get_peb will return a negative value. In order to prevent access
violation we need to test the returned value prior to using it later on.

Signed-off-by: default avatarTatyana Brokhman <tlinder@codeaurora.org>
Reviewed-by: default avatarDolev Raviv <draviv@codeaurora.org>
Acked-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent fcdd57c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment