[PATCH 2/2] tools: hv: fcopy: set 'error' in case an unknown operation was requested

Greg KH gregkh at linuxfoundation.org
Mon Sep 17 04:56:13 UTC 2018


On Mon, Sep 17, 2018 at 04:14:55AM +0000, kys at linuxonhyperv.com wrote:
> From: Vitaly Kuznetsov <vkuznets at redhat.com>
> 
> 'error' variable is left uninitialized in case we see an unknown operation.
> As we don't immediately return and proceed to pwrite() we need to set it
> to something, HV_E_FAIL sounds good enough.
> 
> Signed-off-by: Vitaly Kuznetsov <vkuznets at redhat.com>
> Signed-off-by: K. Y. Srinivasan <kys at microsoft.com>
> ---
>  tools/hv/hv_fcopy_daemon.c | 1 +
>  1 file changed, 1 insertion(+)

No need to backport for stable?



More information about the devel mailing list