diff options
| author | Colin Ian King <[email protected]> | 2018-02-22 17:22:59 +0000 |
|---|---|---|
| committer | Juergen Gross <[email protected]> | 2018-02-26 16:13:12 +0000 |
| commit | 68d2059be660944152ba667e43c3b4ec225974bc (patch) | |
| tree | 705c8b8a66719778986204fd92bda346fc5e98bc /drivers/net/xen-netfront.c | |
| parent | pvcalls-front: wait for other operations to return when release passive sockets (diff) | |
| download | kernel-68d2059be660944152ba667e43c3b4ec225974bc.tar.gz kernel-68d2059be660944152ba667e43c3b4ec225974bc.zip | |
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: 5db4d286a8ef ("xen/pvcalls: implement connect command")
Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
Diffstat (limited to 'drivers/net/xen-netfront.c')
0 files changed, 0 insertions, 0 deletions
