2002-11-12 01:50:31

by Taral

[permalink] [raw]
Subject: [PATCH] bogusness in af_key.c

pfkey_sendmsg returns the wrong value. Patch to fix:

--- linux-2.5.47/net/key/af_key.c.dist 2002-11-11 19:55:49.000000000 -0600
+++ linux-2.5.47/net/key/af_key.c 2002-11-11 19:09:57.000000000 -0600
@@ -2179,7 +2179,7 @@
if (skb)
kfree_skb(skb);

- return err;
+ return err != 0 ? err : len;
}

static int pfkey_recvmsg(struct kiocb *kiocb,

--
Taral <[email protected]>
This message is digitally signed. Please PGP encrypt mail to me.
"Pretty please with dollars on top?" -- Me


Attachments:
(No filename) (487.00 B)
(No filename) (189.00 B)
Download all attachments