Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UNDERTOW-2305][UNDERTOW-2271][UNDERTOW-2072] CVE-2023-3223 Backport bug fixes #1523

Merged
merged 6 commits into from
Oct 11, 2023

Conversation

TomasHofman and others added 5 commits October 11, 2023 03:13
… disk if the filename is omitted

Signed-off-by: Flavia Rainone <[email protected]>
…omicIntegerFieldUpdater.addAndGet method by the original volatile read statement, it is more efficient and there is no gain in concurrency safety when using the former, as far as I could find out when investigating this.

Also, I removed the check for temp being null before invoking freeInternal, because it must be non-null if referenceCount was 1 when we retrieved it.

Signed-off-by: Flavia Rainone <[email protected]>
@fl4via fl4via added waiting CI check Ready to be merged but waiting for CI check backport The PR is the result of backporting another PR to a maintainance branch labels Oct 11, 2023
@fl4via fl4via changed the title Backport bug fixes to 2.2.x branch [UNDERTOW-2305][UNDERTOW-2271][UNDERTOW-2072] CVE-2023-3223 Backport bug fixes Oct 11, 2023
…vior with DistributableSessionManager - allow null exchanges
@fl4via fl4via removed the waiting CI check Ready to be merged but waiting for CI check label Oct 11, 2023
@fl4via fl4via merged commit 7ef0812 into undertow-io:2.2.x Oct 11, 2023
34 checks passed
@fl4via fl4via deleted the 2.2.x-backport-fixes branch October 11, 2023 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport The PR is the result of backporting another PR to a maintainance branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants