CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/18 10:08:37
Modified files:
lib/libssl/src/ssl: d1_pkt.c
Log message:
Make sure ssl3_setup_buffers() does not return upon error with a freed
pqueue still chained, by inserting it into the list only after all possible
failure conditions have been avoided.
Reported and fix proposed by David Ramos; ok beck@
