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.

貢獻者指南