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
RawPacket::copyDataFrom() is a private method that is not exposed to the user. It expects the caller to perform these checks. The only relevant place is operator= which calls it with allocateData=true, but it deletes the data first.
PcapPlusPlus/Packet++/src/RawPacket.cpp
Line 76 in 35f486c
There are actually two issues:
The text was updated successfully, but these errors were encountered: