better fix for overrun reported by Qualys Security.
authortedu <tedu@openbsd.org>
Wed, 14 Oct 2015 21:54:10 +0000 (21:54 +0000)
committertedu <tedu@openbsd.org>
Wed, 14 Oct 2015 21:54:10 +0000 (21:54 +0000)
commitfe547197fae5bcefba6436bbe7d5442719d0f667
tree03ba321d95e76157dce37b6ebf3778ed5dd35091
parentac58fe0dee8d1b4bfc290e08c5fa84582ff42961
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
lib/libcrypto/objects/obj_dat.c
lib/libssl/src/crypto/objects/obj_dat.c