Commit 66c81802 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Fix crash bug when calling cpuworkers_rotate_keyinfo on a client.

Fixes bug 15245; bugfix on 0.2.6.3-alpha. Thanks to anonym for reporting!
parent 354897a1
Loading
Loading
Loading
Loading

changes/bug15245

0 → 100644
+5 −0
Original line number Diff line number Diff line
  o Major bugfixes:
    - Avoid crashing when making certain configuration option changes
      on clients. Fixes bug 15245; bugfix on 0.2.6.3-alpha. Reported
      by "anonym".
+2 −0
Original line number Diff line number Diff line
@@ -178,6 +178,8 @@ update_state_threadfn(void *state_, void *work_)
void
cpuworkers_rotate_keyinfo(void)
{
  if (!threadpool)
    return;
  if (threadpool_queue_update(threadpool,
                              worker_state_new,
                              update_state_threadfn,