CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2015/07/17 18:01:05
Modified files: lib/libssl/src/crypto/x509v3: pcy_int.h pcy_node.c pcy_tree.c Log message: Fix leak found by coverity, issue 78897 - which also brough to light that the child counting was broken in the original code. this is still fugly, but this preserves all the existing goo. ok doug@