[SCTP] Fix a couple of issues with the call to sctp_ssnmap_new() in
sctp_process_init(). The argument passed as inbound streams to sctp_ssnmap_new() is incorrect. Also allocating a ssnmap everytime a INIT is received is vulnerable to DoS attacks. So delay the creation of an ssnmap if we are processing a temporary association.
Showing
Please register or sign in to comment