exfile_trigger_exec(ef, &ef->entries[i], "reserve");
- /* coverity[missing_unlock] */
return ef->entries[i].fd;
}
#endif
fr_assert(this->in_use == true);
- /* coverity[missing_unlock] */
return this;
}
}
pthread_cond_broadcast(&pool->done_spawn);
if (unlock) pthread_mutex_unlock(&pool->mutex);
- /* coverity[missing_unlock] */
return this;
}
goto error;
}
- /* coverity[missing_unlock] */
+ /* coverity[missing_lock] */
pool->pending_window = (pool->max_pending > 0) ? pool->max_pending : pool->max;
if (pool->min > pool->max) {
outfd = exfile_open(inst->ef, buffer, inst->perm);
if (outfd < 0) {
RPERROR("Couldn't open file %s", buffer);
- /* coverity[missing_unlock] */
RETURN_MODULE_FAIL;
}
talloc_free(vpt);
talloc_free(vector);
- /* coverity[missing_unlock] */
RETURN_MODULE_RCODE(rcode);
}
ERROR("Couldn't open logfile '%s': %s", expanded, fr_syserror(errno));
talloc_free(expanded);
- /* coverity[missing_unlock] */
return;
}