openssl/project

Convert malloc + manual string building as appropriate to asprintf

オープン

#1,917 opened on 2026/03/30

 (1 件のコメント) (0 件のリアクション) (0 人の担当者) (1 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (3 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド