Skip to content

unsafe-address-sanitizer 0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Mar 14:26
· 14 commits to main since this release
  • Make creation and cleanup of temp agent JARs more robust
    Previously it could happen that when running unsafe-address-sanitizer in multiple JVM processes concurrently they could delete each other's agent JAR file. That should not be possible anymore now, or at least it should be less likely to occur.