/[packages]
ViewVC logotype

Revision 737027


Jump to revision: Previous Next
Author: bcornec
Date: Mon Oct 6 00:22:19 2014 UTC (9 years, 6 months ago)
Changed paths: 111 (showing only 100; show all)
Log Message:
- Fix all current CVEs on qemu


Changed paths

Path Details
Directoryupdates/4/qemu/current/SOURCES/0106-virtio-bus-remove-vdev-field.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0107-virtio-pci-remove-vdev-field.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0108-virtio-ccw-remove-vdev-field.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0109-virtio-bus-cleanup-plug-unplug-interface.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0110-virtio-blk-switch-exit-callback-to-VirtioDeviceClass.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0111-virtio-serial-switch-exit-callback-to-VirtioDeviceCl.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0112-virtio-net-switch-exit-callback-to-VirtioDeviceClass.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0113-virtio-scsi-switch-exit-callback-to-VirtioDeviceClas.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0114-virtio-balloon-switch-exit-callback-to-VirtioDeviceC.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0115-virtio-rng-switch-exit-callback-to-VirtioDeviceClass.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0116-virtio-pci-add-device_unplugged-callback.patch deleted
Directoryupdates/4/qemu/current/SOURCES/0117-block-cloop-validate-block_size-header-field-CVE-201.patch added
Directoryupdates/4/qemu/current/SOURCES/0118-block-cloop-prevent-offsets_size-integer-overflow-CV.patch added
Directoryupdates/4/qemu/current/SOURCES/0119-block-cloop-refuse-images-with-huge-offsets-arrays-C.patch added
Directoryupdates/4/qemu/current/SOURCES/0120-block-cloop-refuse-images-with-bogus-offsets-CVE-201.patch added
Directoryupdates/4/qemu/current/SOURCES/0121-block-cloop-fix-offsets-size-off-by-one.patch added
Directoryupdates/4/qemu/current/SOURCES/0122-bochs-Unify-header-structs-and-make-them-QEMU_PACKED.patch added
Directoryupdates/4/qemu/current/SOURCES/0123-bochs-Use-unsigned-variables-for-offsets-and-sizes-C.patch added
Directoryupdates/4/qemu/current/SOURCES/0124-bochs-Check-catalog_size-header-field-CVE-2014-0143.patch added
Directoryupdates/4/qemu/current/SOURCES/0125-bochs-Check-extent_size-header-field-CVE-2014-0142.patch added
Directoryupdates/4/qemu/current/SOURCES/0126-bochs-Fix-bitmap-offset-calculation.patch added
Directoryupdates/4/qemu/current/SOURCES/0127-vpc-vhd-add-bounds-check-for-max_table_entries-and-b.patch added
Directoryupdates/4/qemu/current/SOURCES/0128-vpc-Validate-block-size-CVE-2014-0142.patch added
Directoryupdates/4/qemu/current/SOURCES/0129-vdi-add-bounds-checks-for-blocks_in_image-and-disk_s.patch added
Directoryupdates/4/qemu/current/SOURCES/0130-vhdx-Bounds-checking-for-block_size-and-logical_sect.patch added
Directoryupdates/4/qemu/current/SOURCES/0131-curl-check-data-size-before-memcpy-to-local-buffer.-.patch added
Directoryupdates/4/qemu/current/SOURCES/0132-qcow2-Check-header_length-CVE-2014-0144.patch added
Directoryupdates/4/qemu/current/SOURCES/0133-qcow2-Check-backing_file_offset-CVE-2014-0144.patch added
Directoryupdates/4/qemu/current/SOURCES/0134-qcow2-Check-refcount-table-size-CVE-2014-0144.patch added
Directoryupdates/4/qemu/current/SOURCES/0135-qcow2-Validate-refcount-table-offset.patch added
Directoryupdates/4/qemu/current/SOURCES/0136-qcow2-Validate-snapshot-table-offset-size-CVE-2014-0.patch added
Directoryupdates/4/qemu/current/SOURCES/0137-qcow2-Validate-active-L1-table-offset-and-size-CVE-2.patch added
Directoryupdates/4/qemu/current/SOURCES/0138-qcow2-Fix-backing-file-name-length-check.patch added
Directoryupdates/4/qemu/current/SOURCES/0139-qcow2-fix-offset-overflow-in-qcow2_alloc_clusters_at.patch added
Directoryupdates/4/qemu/current/SOURCES/0140-qcow2-Don-t-rely-on-free_cluster_index-in-alloc_refc.patch added
Directoryupdates/4/qemu/current/SOURCES/0141-qcow2-Avoid-integer-overflow-in-get_refcount-CVE-201.patch added
Directoryupdates/4/qemu/current/SOURCES/0142-qcow2-Check-new-refcount-table-size-on-growth.patch added
Directoryupdates/4/qemu/current/SOURCES/0143-qcow2-Fix-types-in-qcow2_alloc_clusters-and-alloc_cl.patch added
Directoryupdates/4/qemu/current/SOURCES/0144-qcow2-Protect-against-some-integer-overflows-in-bdrv.patch added
Directoryupdates/4/qemu/current/SOURCES/0145-qcow2-Fix-new-L1-table-size-check-CVE-2014-0143.patch added
Directoryupdates/4/qemu/current/SOURCES/0146-dmg-coding-style-and-indentation-cleanup.patch added
Directoryupdates/4/qemu/current/SOURCES/0147-dmg-prevent-out-of-bounds-array-access-on-terminator.patch added
Directoryupdates/4/qemu/current/SOURCES/0148-dmg-drop-broken-bdrv_pread-loop.patch added
Directoryupdates/4/qemu/current/SOURCES/0149-dmg-use-appropriate-types-when-reading-chunks.patch added
Directoryupdates/4/qemu/current/SOURCES/0150-dmg-sanitize-chunk-length-and-sectorcount-CVE-2014-0.patch added
Directoryupdates/4/qemu/current/SOURCES/0151-dmg-use-uint64_t-consistently-for-sectors-and-length.patch added
Directoryupdates/4/qemu/current/SOURCES/0152-dmg-prevent-chunk-buffer-overflow-CVE-2014-0145.patch added
Directoryupdates/4/qemu/current/SOURCES/0153-block-Limit-request-size-CVE-2014-0143.patch added
Directoryupdates/4/qemu/current/SOURCES/0154-qcow2-Fix-copy_sectors-with-VM-state.patch added
Directoryupdates/4/qemu/current/SOURCES/0155-qcow2-Fix-NULL-dereference-in-qcow2_open-error-path-.patch added
Directoryupdates/4/qemu/current/SOURCES/0156-qcow2-Fix-L1-allocation-size-in-qcow2_snapshot_load_.patch added
Directoryupdates/4/qemu/current/SOURCES/0157-qcow2-Check-maximum-L1-size-in-qcow2_snapshot_load_t.patch added
Directoryupdates/4/qemu/current/SOURCES/0158-qcow2-Limit-snapshot-table-size.patch added
Directoryupdates/4/qemu/current/SOURCES/0159-parallels-Fix-catalog-size-integer-overflow-CVE-2014.patch added
Directoryupdates/4/qemu/current/SOURCES/0160-parallels-Sanity-check-for-s-tracks-CVE-2014-0142.patch added
Directoryupdates/4/qemu/current/SOURCES/0201-virtio-net-fix-guest-triggerable-buffer-overrun.patch added
Directoryupdates/4/qemu/current/SOURCES/0202-vmxnet3-validate-interrupt-indices-coming-from-guest.patch added
Directoryupdates/4/qemu/current/SOURCES/0203-vmxnet3-validate-queues-configuration-coming-from-gu.patch added
Directoryupdates/4/qemu/current/SOURCES/0204-vmxnet3-validate-interrupt-indices-read-on-migration.patch added
Directoryupdates/4/qemu/current/SOURCES/0205-vmxnet3-validate-queues-configuration-read-on-migrat.patch added
Directoryupdates/4/qemu/current/SOURCES/0206-ide-Correct-improper-smart-self-test-counter-reset-i.patch added
Directoryupdates/4/qemu/current/SOURCES/0207-char-serial-Fix-emptyness-check.patch added
Directoryupdates/4/qemu/current/SOURCES/0208-char-serial-Fix-emptyness-handling.patch added
Directoryupdates/4/qemu/current/SOURCES/0209-vmstate-Add-uint32-2D-array-support.patch added
Directoryupdates/4/qemu/current/SOURCES/0210-arm_gic-Extract-headers-hw-intc-arm_gic-_common-.h.patch added
Directoryupdates/4/qemu/current/SOURCES/0211-arm_gic-Rename-GIC_X_TRIGGER-to-GIC_X_EDGE_TRIGGER.patch added
Directoryupdates/4/qemu/current/SOURCES/0212-hw-arm_gic-Introduce-gic_set_priority-function.patch added
Directoryupdates/4/qemu/current/SOURCES/0213-arm_gic-Introduce-define-for-GIC_NR_SGIS.patch added
Directoryupdates/4/qemu/current/SOURCES/0214-arm_gic-Fix-GICD_ICPENDR-and-GICD_ISPENDR-writes.patch added
Directoryupdates/4/qemu/current/SOURCES/0215-arm_gic-Fix-GIC-pending-behavior.patch added
Directoryupdates/4/qemu/current/SOURCES/0216-arm_gic-Keep-track-of-SGI-sources.patch added
Directoryupdates/4/qemu/current/SOURCES/0217-arm_gic-Support-setting-getting-binary-point-reg.patch added
Directoryupdates/4/qemu/current/SOURCES/0218-arm_gic-Add-GICC_APRn-state-to-the-GICState.patch added
Directoryupdates/4/qemu/current/SOURCES/0219-hw-intc-arm_gic-Fix-NVIC-assertion-failure.patch added
Directoryupdates/4/qemu/current/SOURCES/0301-vmstate-add-VMS_MUST_EXIST.patch added
Directoryupdates/4/qemu/current/SOURCES/0302-vmstate-add-VMSTATE_VALIDATE.patch added
Directoryupdates/4/qemu/current/SOURCES/0303-virtio-net-fix-buffer-overflow-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0304-virtio-net-out-of-bounds-buffer-write-on-invalid-sta.patch added
Directoryupdates/4/qemu/current/SOURCES/0305-virtio-out-of-bounds-buffer-write-on-invalid-state-l.patch added
Directoryupdates/4/qemu/current/SOURCES/0306-ahci-fix-buffer-overrun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0307-hpet-fix-buffer-overrun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0308-hw-pci-pcie_aer.c-fix-buffer-overruns-on-invalid-sta.patch added
Directoryupdates/4/qemu/current/SOURCES/0309-pl022-fix-buffer-overun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0310-vmstate-fix-buffer-overflow-in-target-arm-machine.c.patch added
Directoryupdates/4/qemu/current/SOURCES/0311-virtio-avoid-buffer-overrun-on-incoming-migration.patch added
Directoryupdates/4/qemu/current/SOURCES/0312-virtio-validate-num_sg-when-mapping.patch added
Directoryupdates/4/qemu/current/SOURCES/0313-pxa2xx-avoid-buffer-overrun-on-incoming-migration.patch added
Directoryupdates/4/qemu/current/SOURCES/0314-ssd0323-fix-buffer-overun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0315-tsc210x-fix-buffer-overrun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0316-zaurus-fix-buffer-overrun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0317-virtio-scsi-fix-buffer-overrun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0318-vmstate-s-VMSTATE_INT32_LE-VMSTATE_INT32_POSITIVE_LE.patch added
Directoryupdates/4/qemu/current/SOURCES/0319-usb-sanity-check-setup_index-setup_len-in-post_load.patch added
Directoryupdates/4/qemu/current/SOURCES/0320-ssi-sd-fix-buffer-overrun-on-invalid-state-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0321-openpic-avoid-buffer-overrun-on-incoming-migration.patch added
Directoryupdates/4/qemu/current/SOURCES/0322-virtio-net-out-of-bounds-buffer-write-on-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0323-virtio-validate-config_len-on-load.patch added
Directoryupdates/4/qemu/current/SOURCES/0401-qcow1-Make-padding-in-the-header-explicit.patch added
Directoryupdates/4/qemu/current/SOURCES/0402-qcow1-Check-maximum-cluster-size.patch added
Directoryupdates/4/qemu/current/SOURCES/0403-qcow1-Validate-L2-table-size-CVE-2014-0222.patch added
[...]

  ViewVC Help
Powered by ViewVC 1.1.30