Home
last modified time | relevance | path

Searched refs:allocated_buf (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dgpgsig.c66 char *allocated_buf; in gpg_verify() local
74 buf = allocated_buf = xasprintf("%s%s%s%s", hdr1, hdr2, content, sig); in gpg_verify()
78 allocated_buf = NULL; in gpg_verify()
94 free(allocated_buf); in gpg_verify()