Merge "Add missing va_end() to prevent stack corruptions"

This commit is contained in:
Ian Rogers 2012-08-24 15:10:07 -07:00 committed by android code review
commit a37ce7faa6

View File

@ -827,6 +827,7 @@ error:
munmap(argtable, argtablesiz);
argtable = NULL;
}
va_end(orgap);
return (__sferror(fp) ? EOF : ret);
/* NOTREACHED */
}