Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after...
authorDavid Ramos <daramos@stanford.edu>
Sun, 1 Jun 2014 20:28:41 +0000 (21:28 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 1 Jun 2014 20:37:47 +0000 (21:37 +0100)
commita07856a08d7e8d76273e5d05099914aa335da143
tree95de0ac17911f97343392cdc1a3b62d80351792d
parent19ce768c6b462516c07d839a53990ab9d0219485
Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. PR#3362
ssl/d1_pkt.c