]> git.ipfire.org Git - thirdparty/openssl.git/commit
Swap the check in ssl3_write_pending to avoid using
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 9 Feb 2018 18:31:36 +0000 (19:31 +0100)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 9 Feb 2018 18:31:36 +0000 (19:31 +0100)
commit575c69f97ca7c8cfaf2a448272f7a1615308acdd
tree4dd08ef8fb15994b0bd5161df2ee5f2af3ed72fd
parent48081cf988fc8f50215a2b18babd6a7859defd36
Swap the check in ssl3_write_pending to avoid using
the possibly indeterminate pointer value in wpend_buf.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5309)
ssl/s3_pkt.c