FreeBSD Bugzilla – Attachment 160749 Details for
Bug 196110
[patch] procstat shows wrong stack nx information in ELF auxv mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch for after r287486 (libxo)
procstat_auxv.c.libxo.diff (text/plain), 675 bytes, created by
J. Pernfuß
on 2015-09-05 20:17:09 UTC
(
hide
)
Description:
Updated patch for after r287486 (libxo)
Filename:
MIME Type:
Creator:
J. Pernfuß
Created:
2015-09-05 20:17:09 UTC
Size:
675 bytes
patch
obsolete
>Index: usr.bin/procstat/procstat_auxv.c >=================================================================== >--- usr.bin/procstat/procstat_auxv.c (revision 287491) >+++ usr.bin/procstat/procstat_auxv.c (working copy) >@@ -165,11 +165,11 @@ > if ((auxv[i].a_un.a_val & VM_PROT_EXECUTE) != 0) > xo_emit("{dw:/%s}{Lw:/%-16s/%s}" > "{:AT_STACKPROT/%s}\n", prefix, >- "AT_STACKPROT", "NONEXECUTABLE"); >+ "AT_STACKPROT", "EXECUTABLE"); > else > xo_emit("{dw:/%s}{Lw:/%-16s/%s}" > "{:AT_STACKPROT/%s}\n", prefix, >- "AT_STACKPROT", "EXECUTABLE"); >+ "AT_STACKPROT", "NONEXECUTABLE"); > break; > #ifdef AT_TIMEKEEP > case AT_TIMEKEEP:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 196110
:
150736
| 160749