[PATCH 11/11] staging: unisys: small bug parser.c

Dan Carpenter dan.carpenter at oracle.com
Fri Nov 14 11:05:19 UTC 2014


On Fri, Nov 14, 2014 at 01:48:32PM +0300, Dan Carpenter wrote:
> out_rgn:
> 	if (rgn)
> 		visor_memregion_destroy(rgn);

Oops.  We're supposed to increase controlvm_payload_bytes_buffered on
the success path:

	controlvm_payload_bytes_buffered += ctx->param_bytes;

> 
> 	return ctx;
> 

regards,
dan carpenter


More information about the devel mailing list