summary refs log tree commit diff stats
path: root/scripts/qapi-types.py
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-09-15 14:52:58 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-09-22 11:39:21 +0100
commita90d411e63ef29bb99b984e0fdb7796aeee1c724 (patch)
treed581f7df415e00711bb29d65438c6e76e849d941 /scripts/qapi-types.py
parent0722eba9450cb8be9713fec1caa0772330739586 (diff)
downloadfocaccia-qemu-a90d411e63ef29bb99b984e0fdb7796aeee1c724.tar.gz
focaccia-qemu-a90d411e63ef29bb99b984e0fdb7796aeee1c724.zip
aio-win32: avoid out-of-bounds access to the events array
If ret is WAIT_TIMEOUT and there was an event returned by select(),
we can write to a location after the end of the array.  But in
that case we can retry the WaitForMultipleObjects call with the
same set of events, so just move the event[ret - WAIT_OBJECT_0]
assignment inside the existin conditional.

Reported-by: TeLeMan <geleman@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: TeLeMan <geleman@gmail.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'scripts/qapi-types.py')
0 files changed, 0 insertions, 0 deletions