]> granicus.if.org Git - strace/commit
unwind: ignore memory mappings that have no PROT_EXEC bit set
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 13 Jun 2014 14:50:24 +0000 (18:50 +0400)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 13 Jun 2014 15:58:00 +0000 (15:58 +0000)
commit73741d2e2ee0f9d446b0dc2fbc70be3f5b10521b
treef99234a305d148629f7763902fcff574b2f1edef
parent9a349c7779c1c0da89b4eb2821c3b5e6de84adcf
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.
unwind.c