]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tcp: Return error instead of partial read for saved syn headers
authorEric B Munson <emunson@akamai.com>
Mon, 18 May 2015 18:35:58 +0000 (14:35 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2015 20:33:34 +0000 (16:33 -0400)
commitaea0929e516a1ff4c4458203d1f3375eee9acc26
treedd499751b35707afda3144e78261f710b34671e6
parentc9a70d43461d83818825ae065bb8fc887421e150
tcp: Return error instead of partial read for saved syn headers

Currently the getsockopt() requesting the cached contents of the syn
packet headers will fail silently if the caller uses a buffer that is
too small to contain the requested data.  Rather than fail silently and
discard the headers, getsockopt() should return an error and report the
required size to hold the data.

Signed-off-by: Eric B Munson <emunson@akamai.com>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: James Morris <jmorris@namei.org>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: Patrick McHardy <kaber@trash.net>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c