Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
There's a race-condition when creating fingerprints because Util reuses the same byte buffer for all DigestInputStreams
Attachments
Issue Links
- is duplicated by
-
JENKINS-10091 Concurrent fingerprint corruption
-
- Resolved
-
-
JENKINS-4899 fingerprints with Maven jobs not always working
-
- Resolved
-
This is because DigestInputStream implements the method in the following way.