CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/27 23:47:57
Modified files:
lib/libcrypto/bio: b_print.c
Log message:
failed to detect asprintf() error by observing return of -1, instead the
code was inspecting the pointer (which is, sadly, undefined on error, because
the current specification of asprintf is crazy sloppy)
