Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RsyncProject/rsync
/ SAFE_FREE
Function
SAFE_FREE
lib/sysacls.c:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#define DEBUG(x, y)
33
34
void SAFE_FREE(void *mem)
35
{
36
if (mem)
37
free(mem);
38
}
39
40
/*
41
This file wraps all differing system ACL interfaces into a consistent
Callers
5
sys_acl_set_file
Function · 0.85
sys_acl_free_acl
Function · 0.85
sys_acl_get_file
Function · 0.85
sys_acl_get_fd
Function · 0.85
sys_acl_set_fd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected