CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/05/18 10:13:48
Modified files: lib/libssl/src/ssl: d1_both.c Log message: In dtls1_reassemble_fragment() and dtls1_process_out_of_seq_message(), in case of error, make sure we do not free pitem which is still linked into the pqueue. In the same vain, only free `frag' if we allocated it in this function. Help and ok beck@