Details
Description
Uncovered while investigating JAL-2680:
Static field Regex limitrx of Sequence is not thread-safe.
It is used in Sequence constructor --> initSeqAndName() --> parseId().
Concurrent threads can overwrite the id string wrapped by the Regex.
Static field Regex limitrx of Sequence is not thread-safe.
It is used in Sequence constructor --> initSeqAndName() --> parseId().
Concurrent threads can overwrite the id string wrapped by the Regex.
Attachments
Issue Links
- related with
-
JAL-2680 Unit test failure: AlignViewportTest.testDeregisterMapping_onCloseView
- Closed