CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/11/05 13:59:01
Modified files: lib/libssl : ssl_asn1.c Log message: One of the error paths would attempt to access not-yet-initialized locals. Simply return since there is nothing more to do. Spotted by coverity. ok jsing@ beck@