public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/2] Avoid overlapping mempcy() in DUP_ACK handling
@ 2024-09-12  6:59 David Gibson
  2024-09-12  6:59 ` [PATCH 1/2] tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Gibson @ 2024-09-12  6:59 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

Spotted this so-far harmless, but technically undefined behaviour
while looking at other things.  Fixed one other nit at the same time.

David Gibson (2):
  tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base
  tcp: Avoid overlapping memcpy() in DUP_ACK handling

 tcp_buf.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

-- 
2.46.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-12  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-12  6:59 [PATCH 0/2] Avoid overlapping mempcy() in DUP_ACK handling David Gibson
2024-09-12  6:59 ` [PATCH 1/2] tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base David Gibson
2024-09-12  6:59 ` [PATCH 2/2] tcp: Avoid overlapping memcpy() in DUP_ACK handling David Gibson
2024-09-12  7:54 ` [PATCH 0/2] Avoid overlapping mempcy() " Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).