commit | 17197a2f61d04314b465b71a4ce164b5e219f15c | [log] [tgz] |
---|---|---|
author | Matt Caswell <matt@openssl.org> | Tue Nov 26 17:15:20 2019 +0000 |
committer | Matt Caswell <matt@openssl.org> | Fri Nov 29 14:21:55 2019 +0000 |
tree | c29704c6ca5c958adb250a42581da3feabd9d3fb | |
parent | c1ff5994407bc093eca78eb2fd4f813b7ee581a2 [diff] |
Check the return from OPENSSL_buf2hexstr() The function OPENSSL_buf2hexstr() can return NULL if it fails to allocate memory so the callers should check its return value. Fixes #10525 Reported-by: Ziyang Li (@Liby99) Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/10526)