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
A maliciously crafted message with a bogus body length could make the
parser panic if the body length is closed to the int limit.
Fixesquickfixgo#678
Signed-off-by: Sylvain Rabot <[email protected]>
sylr
added a commit
to sylr/quickfix-go
that referenced
this issue
Feb 25, 2025
A maliciously crafted message with a bogus body length could make the
parser panic if the body length is close to the int limit.
Fixesquickfixgo#678
Signed-off-by: Sylvain Rabot <[email protected]>
sylr
linked a pull request
Feb 25, 2025
that will
close
this issue
A maliciously crafted message with a bogus body length could make the
parser panic if the body length is close to the int limit.
Fixesquickfixgo#678
Signed-off-by: Sylvain Rabot <[email protected]>
Test code for
TestParserBug
Crash stack trace
Test code for
TestParseMessageBug
Crash stack trace
The text was updated successfully, but these errors were encountered: