CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/07/15 11:41:56
Modified files: lib/libssl/src/crypto/asn1: x_name.c Log message: Fix two theoretical NULL pointer dereferences which can only happen if you have seriously corrupted your memory; Coverity CID 21708 and 21721. While there, plug a memory leak upon error in x509_name_canon(). ok bcook@ beck@