commit | b8a60a6f933ccb0a6a349bc0534da0ff08c65430 | [log] [tgz] |
---|---|---|
author | Luca Weiss <luca.weiss@fairphone.com> | Mon Mar 21 17:13:19 2022 +0100 |
committer | Caleb Connolly <caleb.connolly@protonmail.com> | Thu Mar 24 12:29:51 2022 +0000 |
tree | dd33baa3cd8b3181e4e9ba42db99043e8e0fd8fe | |
parent | f1056538a38b5f1f017633fa5f22935b3f201c3f [diff] |
rmtfs: fix segfault shadow_len is size_t and therefore cannot be negative. Cast both parameters to ssize_t (which is signed) to correctly use the following "if (n > 0)"
This device repo aims to support booting AOSP on SDM845 devices supported by the mainline Linux kernel.
For more information, please check out the wiki.