CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/10/14 15:54:10
Modified files: lib/libssl/src/crypto/objects: obj_dat.c Log message: better fix for overrun reported by Qualys Security. buf is at all times kept nul terminated, so there is no need to enforce this again upon exit. (no need to move buf around after we exahust space.) ok beck miod