openssl/project

Convert malloc + manual string building as appropriate to asprintf

开放

#1,917 创建于 2026年3月30日

 (1 条评论) (0 个反应) (0 位负责人) (1 个派生)auto 404
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.

贡献者指南