summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorEduardo Otubo2017-09-29 14:03:39 +0200
committerMichael Tokarev2017-10-16 22:16:06 +0200
commitaa1530dec499f7525d2ccaa0e3a876dc8089ed1e (patch)
tree180587d64b62f4f918cc7f43616498949e05323d /MAINTAINERS
parentMAINTAINERS: Track default-configs/pci.mak (diff)
downloadqemu-aa1530dec499f7525d2ccaa0e3a876dc8089ed1e.tar.gz
qemu-aa1530dec499f7525d2ccaa0e3a876dc8089ed1e.tar.xz
qemu-aa1530dec499f7525d2ccaa0e3a876dc8089ed1e.zip
filter-mirror: segfault when specifying non existent device
When using filter-mirror like the example below where the interface 'ndev0' does not exist on the host, QEMU crashes into segmentation fault. $ qemu-system-x86_64 -S -machine pc -netdev user,id=ndev0 -object filter-mirror,id=test-object,netdev=ndev0 This happens because the function filter_mirror_setup() does not check if the device actually exists and still keep on processing calling qemu_chr_find(). This patch fixes this issue. Signed-off-by: Eduardo Otubo <otubo@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions