On Thu, 2015-08-13 at 10:45 +0100, Wei Liu wrote:
> On Fri, Aug 07, 2015 at 02:51:59PM +0100, Andrew Cooper wrote:
> > C requires that every use of va_copy() is matched with a va_end() call.
> > 
> > This is especially important for x86_64 as va_{start,copy}() may need 
> > to
> > allocate memory to generate a va_list containing parameters which were
> > previously in registers.
> > 
> > Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com>
> 
> Release-acked-by: Wei Liu <wei.l...@citrix.com>

Applied, thanks.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to