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.