]> git.baikalelectronics.ru Git - kernel.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)
commit1881cc8186a7a72f081b15cea274921e5a512825
treedd499751b35707afda3144e78261f710b34671e6
parent91f007e83b6195ce7af0388568beb76b7ee708a5
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