Skip to content

NGFW-15826: fix InheritableThreadLocal race in MarshallingModeContext#8

Open
singhrohit23 wants to merge 1 commit into
masterfrom
vtrixie
Open

NGFW-15826: fix InheritableThreadLocal race in MarshallingModeContext#8
singhrohit23 wants to merge 1 commit into
masterfrom
vtrixie

Conversation

@singhrohit23

Copy link
Copy Markdown
Collaborator

Override childValue() to return a defensive copy of the parent's ArrayDeque. Child threads sharing the parent's mutable stack causes concurrent push/pop corruption on JDK21 during UVM startup.

Override childValue() to return a defensive copy of the parent's
ArrayDeque. Child threads sharing the parent's mutable stack causes
concurrent push/pop corruption on JDK21 during UVM startup.
@singhrohit23 singhrohit23 requested review from AristaKB and mayur-dhande and removed request for mayur-dhande June 15, 2026 11:23

@mayur-dhande mayur-dhande left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont remember we commit jar file in this repo.
We have this doc https://awakesecurity.atlassian.net/wiki/spaces/ngfw/pages/2471755796/Jabsorb+Library+Upgrade

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.

2 participants