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
@ackleymi could you please review this ?
@ackleymi could you please tell me if you are interested in merging this ?