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:42:47 +0000 (21:42 +0100)
committerMatt Caswell <matt@openssl.org>
Sun, 1 Jun 2014 20:42:47 +0000 (21:42 +0100)
commit8343e6b6b245e38ea1584ece7c533e807709de5b
treee99f2c270c319bfc059574d7e278e10b9f5c46ee
parentf87c6a551e4098a1c71758d2738636b67a7013a7
Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. PR#3362
ssl/d1_pkt.c