[PR #39] [CLOSED] Stable 2.4 #67

Open
opened 2026-01-31 21:29:37 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qemu/qemu/pull/39
Author: @pragnajit
Created: 4/28/2016
Status: Closed

Base: masterHead: stable-2.4


📝 Commits (10+)

  • efec4dc vnc: fix memory corruption (CVE-2015-5225)
  • 3a56af1 e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815)
  • 7aa2bca net: add checks to validate ring buffer pointers(CVE-2015-5279)
  • 5a1ccdf net: avoid infinite loop when receiving packets(CVE-2015-5278)
  • 83c92b4 Update version for 2.4.0.1 release
  • f399ea0 scsi-disk: Fix assertion failure on WRITE SAME
  • 0de7d2b mirror: Fix coroutine reentrance
  • 5b7d840 target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
  • 2ac9fa1 block/iscsi: validate block size returned from target
  • 637dd0b exec-all: Translate TCI return addresses backwards too

📊 Changes

98 files changed (+943 additions, -335 deletions)

View changed files

📝 VERSION (+1 -1)
📝 block/iscsi.c (+4 -0)
📝 block/mirror.c (+10 -5)
📝 block/nfs.c (+1 -1)
📝 block/qcow2-cluster.c (+18 -10)
📝 block/qcow2-refcount.c (+8 -4)
📝 block/qcow2.h (+3 -3)
📝 cpus.c (+1 -1)
📝 hw/arm/allwinner-a10.c (+6 -0)
📝 hw/arm/digic.c (+6 -0)
📝 hw/arm/pxa2xx.c (+1 -1)
📝 hw/arm/xlnx-zynqmp.c (+6 -0)
📝 hw/block/virtio-blk.c (+9 -3)
📝 hw/char/virtio-serial-bus.c (+1 -1)
📝 hw/display/cg3.c (+2 -2)
📝 hw/display/tcx.c (+1 -1)
📝 hw/ide/ahci.c (+7 -15)
📝 hw/ide/core.c (+17 -18)
📝 hw/ide/internal.h (+1 -0)
📝 hw/input/virtio-input.c (+4 -0)

...and 78 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qemu/qemu/pull/39 **Author:** [@pragnajit](https://github.com/pragnajit) **Created:** 4/28/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `stable-2.4` --- ### 📝 Commits (10+) - [`efec4dc`](https://github.com/qemu/qemu/commit/efec4dcd2552e85ed57f276b58f09fc385727450) vnc: fix memory corruption (CVE-2015-5225) - [`3a56af1`](https://github.com/qemu/qemu/commit/3a56af1fbc17ff453f6e90fb08ce0c0e6fd0b61b) e1000: Avoid infinite loop in processing transmit descriptor (CVE-2015-6815) - [`7aa2bca`](https://github.com/qemu/qemu/commit/7aa2bcad0ca837dd6d4bf4fa38a80314b4a6b755) net: add checks to validate ring buffer pointers(CVE-2015-5279) - [`5a1ccdf`](https://github.com/qemu/qemu/commit/5a1ccdfe44946e726b4c6fda8a4493b3931a68c1) net: avoid infinite loop when receiving packets(CVE-2015-5278) - [`83c92b4`](https://github.com/qemu/qemu/commit/83c92b45140be773f0c5545dddea35a89db1ad03) Update version for 2.4.0.1 release - [`f399ea0`](https://github.com/qemu/qemu/commit/f399ea092ea46c82b819ba1fdbcb082eb8019a32) scsi-disk: Fix assertion failure on WRITE SAME - [`0de7d2b`](https://github.com/qemu/qemu/commit/0de7d2b793f2e3cfeedfc822429a6bce6e48bda3) mirror: Fix coroutine reentrance - [`5b7d840`](https://github.com/qemu/qemu/commit/5b7d840e741aa06751b0fcec02ccda50a6bd574d) target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb - [`2ac9fa1`](https://github.com/qemu/qemu/commit/2ac9fa162e25019eaa548f1fadfee256af88ca0f) block/iscsi: validate block size returned from target - [`637dd0b`](https://github.com/qemu/qemu/commit/637dd0bb7c0e8a3275230b771085439f256b403d) exec-all: Translate TCI return addresses backwards too ### 📊 Changes **98 files changed** (+943 additions, -335 deletions) <details> <summary>View changed files</summary> 📝 `VERSION` (+1 -1) 📝 `block/iscsi.c` (+4 -0) 📝 `block/mirror.c` (+10 -5) 📝 `block/nfs.c` (+1 -1) 📝 `block/qcow2-cluster.c` (+18 -10) 📝 `block/qcow2-refcount.c` (+8 -4) 📝 `block/qcow2.h` (+3 -3) 📝 `cpus.c` (+1 -1) 📝 `hw/arm/allwinner-a10.c` (+6 -0) 📝 `hw/arm/digic.c` (+6 -0) 📝 `hw/arm/pxa2xx.c` (+1 -1) 📝 `hw/arm/xlnx-zynqmp.c` (+6 -0) 📝 `hw/block/virtio-blk.c` (+9 -3) 📝 `hw/char/virtio-serial-bus.c` (+1 -1) 📝 `hw/display/cg3.c` (+2 -2) 📝 `hw/display/tcx.c` (+1 -1) 📝 `hw/ide/ahci.c` (+7 -15) 📝 `hw/ide/core.c` (+17 -18) 📝 `hw/ide/internal.h` (+1 -0) 📝 `hw/input/virtio-input.c` (+4 -0) _...and 78 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 21:29:37 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/qemu#67