Re: sctp on RHEL9
Marcelo Ricardo Leitner <[email protected]>
| Newsgroups | org.kernel.vger.linux-sctp |
|---|---|
| Message-ID | <pzrmyhcns6wwyiouqashxwryeakcajvxaqwyr7vl2vxvcwkzi4@eltvekq6ok6n> |
On Tue, Nov 18, 2025 at 11:07:43PM +0000, David Laight wrote: > A bit of a gamble... > > Anyone any idea why RHEL9 should reject sctp setsockopt() calls like SCTP_INITMSG? More likely an invalid buffer as argument. It has to have the exact size of struct sctp_initmsg, and not more than that. Marcelo