diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2010-09-14 15:15:52 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2010-09-14 15:22:41 +0200 |
commit | ee05d6939ed17b55e9c2466af32c208e0d547eb8 (patch) | |
tree | 72c0737e0c0ac93a9fd58970f5c5d95ca3c67914 /firmware/ihex2fw.c | |
parent | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst... (diff) | |
download | linux-ee05d6939ed17b55e9c2466af32c208e0d547eb8.tar.xz linux-ee05d6939ed17b55e9c2466af32c208e0d547eb8.zip |
vhost-net: fix range checking in mrg bufs case
In mergeable buffer case, we use headcount, log_num
and seg as indexes in same-size arrays, and
we know that headcount <= seg and
log_num equals either 0 or seg.
Therefore, the right thing to do is range-check seg,
not headcount as we do now: these will be different
if guest chains s/g descriptors (this does not
happen now, but we can not trust the guest).
Long term, we should add BUG_ON checks to verify
two other indexes are what we think they should be.
Reported-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions