Re: writev() BUGS!

David S. Miller (davem@redhat.com)
Mon, 24 May 1999 00:32:01 -0700


What a silly bug, here is a patch:

--- net/ipv4/tcp.c.~4~ Sun May 23 21:31:46 1999
+++ net/ipv4/tcp.c Mon May 24 00:30:59 1999
@@ -896,6 +896,7 @@
err = -ERESTARTSYS;
goto do_interrupted;
}
+ tcp_push_pending_frames(sk, tp);
wait_for_tcp_memory(sk);

/* If SACK's were formed or PMTU events happened,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/