]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()"
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Sun, 28 Apr 2024 11:11:23 +0000 (20:11 +0900)
committerJason Wang <jasowang@redhat.com>
Mon, 10 Mar 2025 09:07:16 +0000 (17:07 +0800)
commit2938c36937559554a2408b008470c9a76cb9271a
treee926f1706ecf559a72bab6ea4f1ac113f9f72a2b
parent9dc64bd5a4bebdc820e7e8484cb30e02befdc774
Revert "hw/net/net_tx_pkt: Fix overrun in update_sctp_checksum()"

This reverts commit 83ddb3dbba2ee0f1767442ae6ee665058aeb1093.

The added check is no longer necessary due to a change of
iov_from_buf().

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/net_tx_pkt.c