CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/11/14 10:24:14
Modified files: lib/libssl : ssl_lib.c Log message: Fix wrong sizeof argument by using 'uint16_t *', with minor nit from tb@, instead of 'uint16_t' Found with llvm's static analyzer, noticed that it was also already reported in Coverity CID 155890 and to ensure this was correct also inspected OpenSSL's equivalent code. OK tb@ and jsing@