diff options
author | Paul Moore <paul.moore@hp.com> | 2007-01-04 16:56:46 -0800 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-01-09 00:29:51 -0800 |
commit | cbbd7d4f36a61631f8c0d73be43df985d1e7d6a6 (patch) | |
tree | 53bc30da9db871484d137e69aebfcfd29dfda4ed /net/x25/x25_facilities.c | |
parent | efa06708fe77190f31bed5c3cb5da49e211240f5 (diff) |
[INET]: Fix incorrect "inet_sock->is_icsk" assignment.
The inet_create() and inet6_create() functions incorrectly set the
inet_sock->is_icsk field. Both functions assume that the is_icsk field is
large enough to hold at least a INET_PROTOSW_ICSK value when it is actually
only a single bit. This patch corrects the assignment by doing a boolean
comparison whose result will safely fit into a single bit field.
Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/x25/x25_facilities.c')
0 files changed, 0 insertions, 0 deletions