• Marek Vavruša's avatar
    daemon/worker: fixed bad memory access with delayed send completion · 8f9faa26
    Marek Vavruša authored
    when the timeout event was fired, it started another step in query
    resolution, but there may have been pending events on previous handle
    if the events on the previous handle completed, they would check the
    memory of their task (which may have been non-existent) and possibly
    double-close the handle
    8f9faa26