]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvcalls: fix null pointer dereference on map->sock
authorColin Ian King <colin.king@canonical.com>
Thu, 22 Feb 2018 17:22:59 +0000 (17:22 +0000)
committerJuergen Gross <jgross@suse.com>
Mon, 26 Feb 2018 16:13:12 +0000 (17:13 +0100)
commitfacd99144f69e0150f9e877f5395aac5ebb9f24e
tree705c8b8a66719778986204fd92bda346fc5e98bc
parentda2c4aa79be7ff4679ec0e7b6522ba0cbad31570
xen/pvcalls: fix null pointer dereference on map->sock

Currently if map is null then a potential null pointer deference
occurs when calling sock_release on map->sock.  I believe the
actual intention was to call sock_release on sock instead. Fix
this.

Fixes: d3e70f428968 ("xen/pvcalls: implement connect command")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/pvcalls-back.c