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 string handling in COM_ParseExt() in q_shared.c will do the wrong thing when encountering the end of the string, the NUL character -- it will update data_p with a pointer to the character PAST the nul byte, so the next call to COM_ParseExt will read characters beyond the end of the buffer.
The text was updated successfully, but these errors were encountered:
The string handling in COM_ParseExt() in q_shared.c will do the wrong thing when encountering the end of the string, the NUL character -- it will update data_p with a pointer to the character PAST the nul byte, so the next call to COM_ParseExt will read characters beyond the end of the buffer.
The text was updated successfully, but these errors were encountered: