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
check the input size is correct before reading anything from the input packet
when we read an null-terminated string (\0 terminated) at the end of a packet, we should use strndup(ptr, data + input_len - ptr) so that we cannot try to read beyond the packet end if the string is NOT null terminated.
The text was updated successfully, but these errors were encountered:
There are mainly 2 kinds of security issues :
The text was updated successfully, but these errors were encountered: