quickfix
quickfix copied to clipboard
Fix int overflow in parser
A maliciously crafted message with a bogus body length could make the parser panic if the body length is close to the int limit.
Fixes https://github.com/quickfixgo/quickfix/issues/678