[#] http://marc.info/?l=openbsd-cvs&m=140735589530283&w=2
openbsd-cvs(obsdave,2) — All
2014-08-07 00:55:08


Module name: src
Changes by: miod@cvs.openbsd.org 2014/08/06 14:11:09

Modified files:
lib/libssl/src/ssl: d1_srvr.c

Log message:
Prevent a possible use after free by mimicing the s3_srvr.c fixes contributed by
Adam Langley close to three years ago, which were commited in
<a href="https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e7928282d0148af5f28fa3437a625a2006af0214" rel="nofollow">https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=e7928282d0148af5f28fa3437a625a2006af0214</a>

ok jsing@