• Libor Peltan's avatar
    bugfix: serialization sometimes looses rrset · 1afeb7fc
    Libor Peltan authored
    the cause is that if happens that `tmp_phase == SERIALIZE_RRSET_INIT`
    but at the same time `candidate > max_size`
    we exit the function `serialize_prepare` with SERIALIZE_RRSET_INIT
    BUT the rrset has been already loaded to rrset_buf with get_next_rrset
    1afeb7fc