openssl/project
Convert malloc + manual string building as appropriate to asprintf
开放
#1,917 创建于 2026年3月30日
good first issue
仓库指标
- 星标
- (3 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Sweep the tree for patterns where strings are built by making an allocation and concatenating strings and other things together to a single asprintf call with appropriate error checking.
Ensure that in the case of string truncation that either an error ensues, or, that the truncated value is actually safe.