commit | 73741d2e2ee0f9d446b0dc2fbc70be3f5b10521b | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 13 18:50:24 2014 +0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Fri Jun 13 15:58:00 2014 +0000 |
tree | f99234a305d148629f7763902fcff574b2f1edef | |
parent | 9a349c7779c1c0da89b4eb2821c3b5e6de84adcf [diff] |
unwind: ignore memory mappings that have no PROT_EXEC bit set * unwind.c (build_mmap_cache): For each memory mapping being scanned, save its PROT_EXEC bit and skip the mapping if it is not set.