CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2018/10/20 10:07:09
Modified files: lib/libcrypto/asn1: a_bitstr.c Log message: Avoid calling memcpy with a length <= 0. Reported due to a GCC 7.3.0 compiler warning by Pavel Kraynyukhov. A similar fix was made in OpenSSL commit 369e93398b68b8a328e6c1d766222b. ok inoguchi