From: Andrew Morton <akpm@digeo.com>
To: Arnaldo Carvalho de Melo <acme@conectiva.com.br>
Cc: shemminger@osdl.org, jgarzik@pobox.com, davem@redhat.com,
netdev@oss.sgi.com, linux-kernel@vger.kernel.org
Subject: Re: 2.5.70-bk+ broken networking
Date: Wed, 4 Jun 2003 20:26:22 -0700 [thread overview]
Message-ID: <20030604202622.1be40092.akpm@digeo.com> (raw)
In-Reply-To: <20030605023349.GH24515@conectiva.com.br>
broken "cleanup"
net/core/iovec.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff -puN net/core/iovec.c~iovec-fix net/core/iovec.c
--- 25/net/core/iovec.c~iovec-fix 2003-06-04 20:23:03.000000000 -0700
+++ 25-akpm/net/core/iovec.c 2003-06-04 20:24:05.000000000 -0700
@@ -47,9 +47,10 @@ int verify_iovec(struct msghdr *m, struc
address);
if (err < 0)
return err;
- m->msg_name = address;
- } else
- m->msg_name = NULL;
+ }
+ m->msg_name = address;
+ } else {
+ m->msg_name = NULL;
}
size = m->msg_iovlen * sizeof(struct iovec);
_
prev parent reply other threads:[~2003-06-05 3:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-04 23:14 2.5.70-bk+ broken networking Stephen Hemminger
2003-06-04 23:25 ` Stephen Hemminger
2003-06-04 23:25 ` Andrew Morton
2003-06-05 1:43 ` Patrick Mansfield
2003-06-05 3:25 ` James Morris
2003-06-05 3:32 ` Arnaldo Carvalho de Melo
2003-06-05 5:03 ` David S. Miller
2003-06-05 16:55 ` Stephen Hemminger
2003-06-05 1:56 ` Andrew Morton
2003-06-05 2:33 ` Arnaldo Carvalho de Melo
2003-06-05 2:42 ` Arnaldo Carvalho de Melo
2003-06-05 3:26 ` Andrew Morton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030604202622.1be40092.akpm@digeo.com \
--to=akpm@digeo.com \
--cc=acme@conectiva.com.br \
--cc=davem@redhat.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@oss.sgi.com \
--cc=shemminger@osdl.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).