| Submitter | Paolo Pisati |
|---|---|
| Date | July 4, 2011, 2:08 p.m. |
| Message ID | <1309788494-2307-5-git-send-email-paolo.pisati@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/103104/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/net/econet/af_econet.c b/net/econet/af_econet.c index 59092f4..bda42d3 100644 --- a/net/econet/af_econet.c +++ b/net/econet/af_econet.c @@ -434,10 +434,10 @@ static int econet_sendmsg(struct kiocb *iocb, struct socket *sock, udpdest.sin_addr.s_addr = htonl(network | addr.station); } + memset(&ah, 0, sizeof(ah)); ah.port = port; ah.cb = cb & 0x7f; ah.code = 2; /* magic */ - ah.pad = 0; /* tack our header on the front of the iovec */ size = sizeof(struct aunhdr);