qualcomm/eld

`Relocator::checkUnsignedRange` does not check unsigned range

开放

#1,738 创建于 2026年8月19日

 (0 条评论) (0 个反应) (0 位负责人)C++ (73 个派生)auto 404
good first issuerefactor

仓库指标

星标
 (254 个星标)
PR 合并指标
 (平均合并 3天 18小时) (30 天内合并 84 个 PR)

描述

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.

贡献者指南