Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153310532
D3576.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
657 B
Referenced Files
None
Subscribers
None
D3576.diff
View Options
Index: head/usr.bin/procstat/procstat_auxv.c
===================================================================
--- head/usr.bin/procstat/procstat_auxv.c
+++ head/usr.bin/procstat/procstat_auxv.c
@@ -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:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 9:52 AM (14 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31894746
Default Alt Text
D3576.diff (657 B)
Attached To
Mode
D3576: Fix inverted output re: stack protection no-execute flag in procstat(1)
Attached
Detach File
Event Timeline
Log In to Comment