elharo opened a new issue, #1985:
URL: https://github.com/apache/maven-resolver/issues/1985
**Affected version:** HEAD
**File:**
is a volatile field (line 86). reads it without holding the monitor.
Meanwhile, (line 351, ) sets (line 360). Between the volatile read at line
291 and the call, another thread can call , nulling . The same pattern applies
to at line 316 with .
Originally reported in #1944.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]