Page MenuHomeFreeBSD

D15702.id43443.diff
No OneTemporary

D15702.id43443.diff

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

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)

Event Timeline