kernel-hacking-2024-linux-s.../net/sctp
Al Viro 0906e20fa0 [SCTP] bug: sctp_assoc_control_transport() breakage
a) struct sockaddr_storage * passed to sctp_ulpevent_make_peer_addr_change()
actually points at union sctp_addr field in a structure.  Then that sucker
gets copied to userland, with whatever junk we might have there.

b) it's actually having host-endian sin_port.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-12-02 21:26:27 -08:00
..
associola.c [SCTP] bug: sctp_assoc_control_transport() breakage 2006-12-02 21:26:27 -08:00
bind_addr.c [SCTP] bug: sctp_find_unmatch_addr() compares net-endian to host-endian 2006-12-02 21:26:26 -08:00
chunk.c
command.c
crc32c.c
debug.c
endpointola.c [SCTP]: Fix warning 2006-12-02 21:21:47 -08:00
input.c [SCTP]: Remove temporary associations from backlog and hash. 2006-10-30 18:55:11 -08:00
inqueue.c
ipv6.c [SCTP]: Trivial sctp endianness annotations. 2006-12-02 21:26:23 -08:00
Kconfig
Makefile
objcnt.c
output.c
outqueue.c
primitive.c
proc.c [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. 2006-10-11 23:59:46 -07:00
protocol.c [SCTP]: Trivial sctp endianness annotations. 2006-12-02 21:26:23 -08:00
sm_make_chunk.c [SCTP]: Trivial sctp endianness annotations. 2006-12-02 21:26:23 -08:00
sm_sideeffect.c [SCTP]: SCTP_CMD_ASSOC_FAILED annotations. 2006-12-02 21:26:21 -08:00
sm_statefuns.c [SCTP]: SCTP_CMD_ASSOC_FAILED annotations. 2006-12-02 21:26:21 -08:00
sm_statetable.c [SCTP]: Cleanup of the sctp state table code. 2006-12-02 21:22:26 -08:00
socket.c [SCTP]: Beginning of sin_port fixes. 2006-12-02 21:26:24 -08:00
ssnmap.c
sysctl.c
transport.c
tsnmap.c
ulpevent.c [SCTP]: Fix receive buffer accounting. 2006-10-11 23:59:44 -07:00
ulpqueue.c [SCTP]: Fix receive buffer accounting. 2006-10-11 23:59:44 -07:00