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
PacketFactoryCopy.NewPacket does not handle case when padding size is
set in Header.PaddingSize and no padding is in payload. It would try to
remove it and either it would create broken packet or return error.
It should not do this when PaddingSize field is set.
0 commit comments