+2
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
end = range.start + range.len;
If the range.start/range.len is a very large value, then end can overflow
in this operation. It results into a crash in get_valid_blocks() when
accessing the invalid range.start segno.
Change-Id: I865d05098890c16ae8d5380038ef71c20d0f9a4a
Signed-off-by:
Sahitya Tummala <stummala@codeaurora.org>