qualcomm/eld

`Relocator::checkUnsignedRange` does not check unsigned range

Aperta

#1738 aperta il 19 ago 2026

 (0 commenti) (0 reazioni) (0 assegnatari)C++ (73 fork)auto 404
good first issuerefactor

Metriche repository

Star
 (254 stelle)
Metriche merge PR
 (Merge medio 3g 18h) (84 PR mergiate in 30 g)

Descrizione

Reloctor::checkUnsignedRange simply reports the overflow error instead of checking and reporting if overflowed. We should either rename the function or actually check the range within in.

Guida contributor