Skip to content
  • teor's avatar
    log: explain why it is safe to leave the log mutex initialized · 749c2e17
    teor authored
    The log mutex is dynamically initialized, guarded by log_mutex_initialized.
    We don't want to destroy it, because after it is destroyed, we won't see
    any more logs.
    
    If tor is re-initialized, log_mutex_initialized will still be 1. So we
    won't trigger any undefined behaviour by trying to re-initialize the
    log mutex.
    
    Part of 31736, but committed in this branch to avoid merge conflicts.
    749c2e17