]> git.ipfire.org Git - thirdparty/openssl.git/commit
dgram_pair_read_inner(): Do not move buf pointer if it is NULL
authorTomas Mraz <tomas@openssl.org>
Tue, 27 Sep 2022 15:50:35 +0000 (17:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 27 Sep 2022 15:50:35 +0000 (17:50 +0200)
commit9643ddb13af88c153c150c91ae538ff04808577e
tree8b3c9f9fa3da6f33b6d62c0a50aff936ec713dfd
parent3c9ffd0273b7e1e1e425be03c5e8a58ef07c4625
dgram_pair_read_inner(): Do not move buf pointer if it is NULL

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19284)
crypto/bio/bss_dgram_pair.c