openssl/project
Convert malloc + manual string building as appropriate to asprintf
Aberta
#1.917 aberto em 30 de mar. de 2026
good first issue
Métricas do repositório
- Stars
- (3 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.