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

Adding UnpaddedAtomic queues #388

Closed
wants to merge 3 commits into from

Adding unpadded atomic tests

8064d6c
Select commit
Failed to load commit list.
Closed

Adding UnpaddedAtomic queues #388

Adding unpadded atomic tests
8064d6c
Select commit
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Feb 6, 2024 in 11s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 624 in jctools-core/src/main/java/org/jctools/queues/unpadded/atomic/BaseMpscLinkedUnpaddedAtomicArrayQueue.java

See this annotation in the file changed.

Code scanning / CodeQL

Dereferenced variable may be null Warning

Variable
s
may be null at this access because of
this
null argument.
Variable
s
may be null at this access as suggested by
this
null guard.
Variable
s
may be null at this access as suggested by
this
null guard.