[DCCP]: Set socket owner iff packet is not data
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 30 Oct 2005 00:20:59 +0000 (11:20 +1100)
committerArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 1 Nov 2005 00:30:02 +0000 (22:30 -0200)
commitedc9e81917157d1e73bf081d4fbcad7c34d32783
tree28f15652b5965421bed9ff1a0cd676ac4cb14682
parent48918a4dbd6c599d6af30bd64cb355fadca708eb
[DCCP]: Set socket owner iff packet is not data

Here is a complimentary insurance policy for those feeling a bit insecure.
You don't have to accept this.  However, if you do, you can't blame me for
it :)

> 1) dccp_transmit_skb sets the owner for all packets except data packets.

We can actually verify this by looking at pkt_type.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
net/dccp/output.c