quickfix icon indicating copy to clipboard operation
quickfix copied to clipboard

Fix int overflow in parser

Open sylr opened this issue 8 months ago • 1 comments

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

sylr avatar Feb 25 '25 16:02 sylr