Skip to content
  • Robert Ricci's avatar
    Serious bugfix - PakcetInfo::census() was undercounting the number · 5b3b2838
    Robert Ricci authored
    of bytes required to save the packet. This was causing us to create
    a buffer too small to hold the packet, causing memory corruption bugs
    and causing us to write invalid replay files.
    
    The way that the packet size claculation is separated from the saving
    of the packet is a serious problem, and needs to be re-designed!
    5b3b2838