CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/24 13:24:46
Modified files:
lib/libcrypto/ui: ui_lib.c
Log message:
Push ERR_R_MALLOC_FAILURE onto the error stack
If sk_UI_STRING_new_null() fails, this must be due to a memory error,
so signal this to the user.
ok jsing
