diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-04-09 13:56:01 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-04-09 13:56:01 +0000 |
commit | 6fb5d14409c68b6a955f9309aaa2c4adbd92f9bf (patch) | |
tree | 69d413ecdcd4f89a316a10d121fda066e33653f7 /gnu | |
parent | 1a02fccca004fef379a30bbb75519bbd83c93f5c (diff) |
Plug leaks in ASN1_TIME_set_string_internal()
This API can be called with s == NULL, in which case the tm_to_*()
functions helpfully allocate a new s and then leak. This is a rather
ugly fix to make portable ASAN regress happy again, the better fix
will be to rewrite the tm_to_*() functions and adjust their callers.
That is more intrusive and will be done in a later pass.
ok bcook jsing
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions