qualcomm/eld

`Relocator::checkUnsignedRange` does not check unsigned range

Open

#1,738 opened on Aug 19, 2026

 (0 comments) (0 reactions) (0 assignees)C++ (73 forks)auto 404
good first issuerefactor

Repository metrics

Stars
 (254 stars)
PR merge metrics
 (Avg merge 3d 18h) (84 merged PRs in 30d)

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.

Contributor guide