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:40:25 +0000 (21:40 +0100)
commit8de85b00484e7e4ca6f0b6e174fb1dc97db91281
treed401e3364685a987864534dd25c4a02cd10193c5
parent8d7157414279fa2478fa0ddb160a77b8c2f2e4ce
Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. PR#3362
ssl/d1_pkt.c