You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed preemptive cleaning of raw packet. (#1960)
The previous packet data is safely disposed of inside `RawPacket::setRawData` call. The removal of preemptive cleaning also preserves the old data state, in case of operation failure.
0 commit comments