CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/14 15:12:10
Modified files:
lib/libssl/src/crypto/objects: obj_dat.c
Log message:
fix a memory leak reported by Qualys Security.
move the bndec variable in tighter since it's not used elsewhere in the
loop, then always free it after use.
ok bcook miod
