Hello:
This patch was applied to netdev/net.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 19 Dec 2024 19:21:14 +0300 you wrote:
While by default max_autoclose equals to INT_MAX / HZ, one may set net.sctp.max_autoclose to UINT_MAX. There is code in sctp_association_init() that can consequently trigger overflow.
Cc: stable@vger.kernel.org Fixes: 9f70f46bd4c7 ("sctp: properly latch and use autoclose value from sock to association") Signed-off-by: Nikolay Kuratov kniv@yandex-team.ru
[...]
Here is the summary with links: - net/sctp: Prevent autoclose integer overflow in sctp_association_init() https://git.kernel.org/netdev/net/c/4e86729d1ff3
You are awesome, thank you!