MCPcopy Create free account
hub / github.com/F-Stack/f-stack / audit_arg_len

Function audit_arg_len

freebsd/security/audit/audit_arg.c:99–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99void
100audit_arg_len(int len)
101{
102 struct kaudit_record *ar;
103
104 ar = currecord();
105 if (ar == NULL)
106 return;
107
108 ar->k_ar.ar_arg_len = len;
109 ARG_SET_VALID(ar, ARG_LEN);
110}
111
112void
113audit_arg_atfd1(int atfd)

Callers

nothing calls this directly

Calls 1

currecordFunction · 0.85

Tested by

no test coverage detected