Skip to content
  • Michał Kępień's avatar
    Prevent check_stale_header() from leaking rdataset headers · 391fac1f
    Michał Kępień authored and Evan Hunt's avatar Evan Hunt committed
    check_stale_header() fails to update the pointer to the previous header
    while processing rdataset headers eligible for serve-stale, thus
    enabling rdataset headers to be leaked (i.e. disassociated from a node
    and left on the relevant TTL heap) while iterating through a node.  This
    can lead to several different assertion failures.  Add the missing
    pointer update.
    391fac1f