CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/04/30 07:51:58
Modified files: lib/libssl/src/ssl: d1_both.c Log message: Avoid a potential null pointer dereference by checking that we actually managed to allocate a fragment, before trying to memcpy data into it. ok miod@