This fixes issue found by fuzz test in updated corpora for
echconfiglist_parser.
Reviewed-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Mon Jul 27 16:36:15 2026
(Merged from https://github.com/openssl/openssl/pull/32070)
char *lastlabel = NULL;
size_t lllen;
+ if (vpm == NULL) {
+ ERR_raise(ERR_LIB_SSL, ERR_R_INTERNAL_ERROR);
+ goto err;
+ }
/* check local support for some suite */
for (ind = 0; ind != (int)ee->nsuites; ind++) {
/*