• M
    Threadpool: Initialize new dynamic workers · d1a366be
    Michal Privoznik 提交于
    Although we were initializing worker threads during pool creating,
    we missed this during virThreadPoolSendJob. This bug led to segmenation
    fault as worker thread free() given argument.
    d1a366be
threadpool.c 8.6 KB