vici: Clear all request messages in case they contain secrets

This commit is contained in:
Tobias Brunner
2021-10-04 11:30:03 +02:00
parent 4bea9e8b60
commit b9aafa7ebf
+1 -1
View File
@@ -506,7 +506,7 @@ CALLBACK(process_queue, job_requeue_t,
break;
}
thread_cleanup_push(free, chunk.ptr);
thread_cleanup_push((void*)chunk_clear, &chunk);
sel->this->inbound(sel->this->user, id, chunk);
thread_cleanup_pop(TRUE);
}