Trash address family returned by sctp_getpaddrs
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lksctp-tools (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: lksctp-tools
Hi,
Running Ubuntu Karmic with
libsctp1 Version: 1.0.10+dfsg-1
Kernel 2.6.31-15-generic
I have a SCTP connected socket, I call :
count = sctp_getpaddrs(
The return is:
count = 8
data = 2e3231007f00000
The first address is invalid since it shows an address family of 0x2e32. It is then impossible to parse the remaining of the buffer since we don't know the first address size.
This bug did not appear with Ubuntu Intrepid.
tags: | added: karmic regression-release |