diff options
author | Florian Westphal <fw@strlen.de> | 2013-12-23 00:32:31 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-15 15:28:49 -0800 |
commit | 05df3bfbc832046a774fce22654cc55260cd1583 (patch) | |
tree | c7220b6b393b16b72da66af18d8ee3c36cc4d0fa /include | |
parent | 1b99874ddd5197368486a48d62916a1bd33b0fc6 (diff) | |
download | linux-3.10-05df3bfbc832046a774fce22654cc55260cd1583.tar.gz linux-3.10-05df3bfbc832046a774fce22654cc55260cd1583.tar.bz2 linux-3.10-05df3bfbc832046a774fce22654cc55260cd1583.zip |
net: rose: restore old recvmsg behavior
[ Upstream commit f81152e35001e91997ec74a7b4e040e6ab0acccf ]
recvmsg handler in net/rose/af_rose.c performs size-check ->msg_namelen.
After commit f3d3342602f8bcbf37d7c46641cb9bca7618eb1c
(net: rework recvmsg handler msg_name and msg_namelen logic), we now
always take the else branch due to namelen being initialized to 0.
Digging in netdev-vger-cvs git repo shows that msg_namelen was
initialized with a fixed-size since at least 1995, so the else branch
was never taken.
Compile tested only.
Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions