Clp
Clp copied to clipboard
Fix possible buffer overflow in `ClpSimplexOther`
Using more safe function that performs check buffer length.
Also use sizeof instead of hard-coded size as numeric literal.