Skip to content
Commit 4f6b434f authored by Al Viro's avatar Al Viro
Browse files

don't reallocate buffer in every audit_sockaddr()



No need to do that more than once per process lifetime; allocating/freeing
on each sendto/accept/etc. is bloody pointless.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 7d3b56ba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment