In asn1_k_decode.c, check the return value of
end_sequence_of_no_tagvars_helper.
ticket: 6427
tags: pullup
target_version: 1.7
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22107
dc483132-0cff-0310-8789-
dd5450dbe970
return retval;
}
#define end_sequence_of_no_tagvars(buf) \
- end_sequence_of_no_tagvars_helper(buf, &seqbuf, seqofindef)
+ retval = end_sequence_of_no_tagvars_helper(buf, &seqbuf, seqofindef); \
+ if (retval) clean_return(retval)
/*
* Function body for a pointer decoder, which allocates a pointer