coin-or / Clp

COIN-OR Linear Programming Solver
Other
392 stars 82 forks source link

Fix possible buffer overflow in `ClpSimplexOther` #280

Closed Mart-Bogdan closed 2 weeks ago

Mart-Bogdan commented 11 months ago

Using more safe function that performs check buffer length.

Also use sizeof instead of hard-coded size as numeric literal.

CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.