libtt: Fixes for Coverity fixes that I thought I'd already fixed.
This commit is contained in:
@@ -527,6 +527,7 @@ entry(const char *argskey, _Tt_entry_pt func, ...)
|
||||
|
||||
if (arg_index < 0 || msg_args.is_null() ||
|
||||
msg_args->count() <= arg_index) {
|
||||
va_end(ap);
|
||||
return TT_ERR_NUM;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user