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

Function mac_pipe_destroy

freebsd/security/mac/mac_pipe.c:90–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void
91mac_pipe_destroy(struct pipepair *pp)
92{
93
94 if (pp->pp_label != NULL) {
95 mac_pipe_label_free(pp->pp_label);
96 pp->pp_label = NULL;
97 }
98}
99
100void
101mac_pipe_copy_label(struct label *src, struct label *dest)

Callers 2

pipe_paircreateFunction · 0.85
pipecloseFunction · 0.85

Calls 1

mac_pipe_label_freeFunction · 0.85

Tested by

no test coverage detected