qualcomm/eld

`Relocator::checkUnsignedRange` does not check unsigned range

Ouverte

#1 738 ouverte le 19 août 2026

 (0 commentaire) (0 réaction) (0 personne assignée)C++ (73 forks)auto 404
good first issuerefactor

Métriques du dépôt

Stars
 (254 étoiles)
Métriques de merge PR
 (Merge moyen 3j 18h) (84 PRs mergées en 30 j)

Description

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.

Guide contributeur