* commit 'a190cbb825c690e9e2423e022cabb844a0cd8a5a': Add missing va_end() to prevent stack corruptions
This commit is contained in:
@@ -827,6 +827,7 @@ error:
|
||||
munmap(argtable, argtablesiz);
|
||||
argtable = NULL;
|
||||
}
|
||||
va_end(orgap);
|
||||
return (__sferror(fp) ? EOF : ret);
|
||||
/* NOTREACHED */
|
||||
}
|
||||
|
Reference in New Issue
Block a user