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
The fragCounter is data coming from the packet, but without validation, it can cause an out-of-bounds (OOB) issue in the following code in FragDecoderProcess.
The
fragCounter
is data coming from the packet, but without validation, it can cause an out-of-bounds (OOB) issue in the following code inFragDecoderProcess
.The maximum number of fragments is defined as
FRAG_MAX_NB
which is 21.The text was updated successfully, but these errors were encountered: