>>> On 06.12.16 at 14:46, <paul.durr...@citrix.com> wrote:
>      switch ( op.op )
>      {
> +    case XEN_DMOP_create_ioreq_server:
> +    {
> +        struct domain *curr_d = current->domain;
> +        struct xen_dm_op_create_ioreq_server *data =
> +            &op.u.create_ioreq_server;
> +
> +        rc = -EINVAL;
> +        if ( data->pad )

You only check the first of three bytes. With that taken care of,
hypervisor parts
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


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

Reply via email to