]> xenbits.xensource.com Git - qemu-xen.git/commit
exec: fix a glitch in checking dma r/w access
authorPrasad J Pandit <pjp@fedoraproject.org>
Mon, 25 Jan 2016 14:29:50 +0000 (19:59 +0530)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 5 Feb 2016 12:06:51 +0000 (12:06 +0000)
commit22585843887ce20a106c23162dc5845d64c42edd
tree0554366536b6919243b61816ee390c0c0a1f4868
parente6927b717db724746f8df98d5e7dad2d4f63d9a6
exec: fix a glitch in checking dma r/w access

While checking r/w access in 'memory_access_is_direct' routine
a glitch in the expression leads to segmentation fault while
performing dma read operation.

Reported-by: Donghai Zdh <donghai.zdh@alibaba-inc.com>
Signed-off-by: Prasad J Pandit <pjp@fedoraproject.org>
exec.c