openssl/project

Convert malloc + manual string building as appropriate to asprintf

Offen

#1.917 geöffnet am 30.03.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen) (1 Fork)auto 404
good first issue

Repository-Metriken

Stars
 (3 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide