Skip to content

Epoll: setTcpMg5Sig(...) might overflow (#16511)#16520

Merged
normanmaurer merged 1 commit into
4.1from
overflow41
Mar 18, 2026
Merged

Epoll: setTcpMg5Sig(...) might overflow (#16511)#16520
normanmaurer merged 1 commit into
4.1from
overflow41

Conversation

@normanmaurer
Copy link
Copy Markdown
Member

Motivation:

We did not check that the provided byte[] will fin into tcpm_key and so
might overflow

Modifications:

Add length check and if it does not fit throw

Result:

No risk of overflow

Motivation:

We did not check that the provided byte[] will fin into tcpm_key and so
might overflow

Modifications:

Add length check and if it does not fit throw

Result:

No risk of overflow
@normanmaurer normanmaurer added this to the 4.1.132.Final milestone Mar 18, 2026
@normanmaurer normanmaurer merged commit df65997 into 4.1 Mar 18, 2026
19 checks passed
@normanmaurer normanmaurer deleted the overflow41 branch March 18, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant