This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/arch
Tianyi Gou 2e8da1830f msm: pil: Fix loadable segment type check
Currently, a segment's p_type value from program head is bitwise
AND with PT_LOAD type constant to determine if it's a loadable
segment. This might cause problem when the p_type value of a
non-LOAD segment has the PT_LOAD bit set. For example, the
GNU_STACK segment.

Fix this by comparing p_type value against PT_LOAD type constant.

Change-Id: Ie293dfd3ad744fc5dab3d9a6e7992f42d609b17c
Signed-off-by: Tianyi Gou <tgou@codeaurora.org>
2013-02-27 18:14:23 -08:00
..
2012-04-10 22:39:17 -06:00
2012-05-09 13:53:28 +03:00
2012-04-27 17:16:29 +01:00
2012-04-11 14:28:26 +02:00