goto cleanup;
}
if ((fd = openat(outputdir_fd, meta->digests, O_CREAT|O_TRUNC|O_RDWR)) == -1) {
if ((fd = openat(outputdir_fd, meta->digests, O_CREAT|O_TRUNC|O_RDWR, 00644)) == -1) {
if ((mandigests = fdopen(fd, "w")) == NULL) {