Skip to content
  • Ondřej Surý's avatar
    Fix memory accounting bug in TLSDNS · 1d64d4cd
    Ondřej Surý authored
    After a partial write the tls.senddata buffer would be rearranged to
    contain only the data tha wasn't sent and the len part would be made
    shorter, which would lead to attempt to free only part of a socket's
    tls.senddata buffer.
    1d64d4cd