Skip to content
  • Witold Kręcicki's avatar
    Fix a race in RPZ with min-update-interval set to 0 · faf2c771
    Witold Kręcicki authored
    If another RPZ update is pending when processing the previous one nears
    completion and min-update-interval is set to 0, isc_timer_reset() gets
    called with 'interval' set to 0, which triggers an assertion failure.
    To prevent such a scenario from causing a crash, queue the update event
    directly instead of asking the timer thread to do it.
    faf2c771
To find the state of this project's repository at the time of any of these versions, check out the tags.