qualcomm/eld
`Relocator::checkUnsignedRange` does not check unsigned range
オープン
#1,738 opened on 2026/08/19
good first issuerefactor
Repository metrics
- Stars
- (254 個のスター)
- PR merge metrics
- (平均マージ 3d 18h) (30d で 84 merged PRs)
説明
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.