diff options
author | tb <> | 2022-03-31 13:04:47 +0000 |
---|---|---|
committer | tb <> | 2022-03-31 13:04:47 +0000 |
commit | 31dad1243d69de787b0589750cc4b78379c43734 (patch) | |
tree | 88ae98d3fcd6c189c79beb3f91830767065ae849 /src/lib/libc/stdlib | |
parent | 91087446015ebb4341a9f7c6accff0e586a0ba5d (diff) | |
download | openbsd-31dad1243d69de787b0589750cc4b78379c43734.tar.gz openbsd-31dad1243d69de787b0589750cc4b78379c43734.tar.bz2 openbsd-31dad1243d69de787b0589750cc4b78379c43734.zip |
Fix leak in ASN1_TIME_adj_internal()
p is allocated by asprintf() in one of the *_from_tm() functions, so
it needs to be freed as in the other error path below.
CID 346194
ok jsing
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions