commit | 2dd66f4962436fe0f90790278a15c5ce88e85ff0 | [log] [tgz] |
---|---|---|
author | nijel8 <nijel8@gmail.com> | Sat Feb 18 21:15:41 2017 -0500 |
committer | _that <android@that.at> | Sun Feb 19 21:34:12 2017 +0100 |
tree | f5563a618ac3e445304812cd660d6acb76787239 | |
parent | 91758440d3bd350b30a384c07ff1c827f14a12fe [diff] |
cryptfs: Fix encryption issue due to stack corruption. Ioctl BLKGETSIZE expects pointer to unsigned long as argument. On 64bit target using pointer to unsigned int can cause stack corruption due to type mismatch. props to https://github.com/aopp/android_system_vold/commit/f8b8787317fc94439b63bc891eeda83f7ae2f4f6 Change-Id: I1d76c65e29479c8f0cd44b6892069b21b8249b95
Team Win Recovery Project (TWRP)
You can find a compiling guide here.