Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132572033
D15702.id43443.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15702.id43443.diff
View Options
Index: sys/security/audit/audit_arg.c
===================================================================
--- sys/security/audit/audit_arg.c
+++ sys/security/audit/audit_arg.c
@@ -61,7 +61,7 @@
/*
* Calls to manipulate elements of the audit record structure from system
- * call code. Macro wrappers will prevent this functions from being entered
+ * call code. Macro wrappers will prevent these functions from being entered
* if auditing is disabled, avoiding the function call cost. We check the
* thread audit record pointer anyway, as the audit condition could change,
* and pre-selection may not have allocated an audit record for this event.
Index: sys/security/audit/audit_private.h
===================================================================
--- sys/security/audit/audit_private.h
+++ sys/security/audit/audit_private.h
@@ -275,7 +275,7 @@
#define ARG_SADDRINET 0x0000000000100000ULL
#define ARG_SADDRINET6 0x0000000000200000ULL
#define ARG_SADDRUNIX 0x0000000000400000ULL
-#define ARG_TERMID_ADDR 0x0000000000400000ULL
+#define ARG_TERMID_ADDR 0x0000000000800000ULL
#define ARG_UNUSED2 0x0000000001000000ULL
#define ARG_UPATH1 0x0000000002000000ULL
#define ARG_UPATH2 0x0000000004000000ULL
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Oct 19, 2:07 AM (5 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23905004
Default Alt Text
D15702.id43443.diff (1 KB)
Attached To
Mode
D15702: Correct the bit-value of ARG_TERMID_ADDR in sys/security/audit/audit-private.h
Attached
Detach File
Event Timeline
Log In to Comment