Skip to content

v0.5.1-beta

Choose a tag to compare

@Lekssays Lekssays released this 12 Jun 17:29
· 151 commits to main since this release

🩹 codebadger — v0.5.1-beta

Patch release on top of v0.5.0-beta.

Fixes

  • Use-After-Free detector regex crash. find_use_after_free interpolated the freed-pointer expression into Joern's cpg.identifier.name(...), which is regex-interpreted — so a freed dereference like free(*ptr) threw PatternSyntaxException: Dangling meta character '*' and the tool returned a stack trace instead of results. It now derives the underlying identifier name and matches it with nameExact (no regex). Confirmed by the integration suite (now 22/22).

No API or configuration changes from v0.5.0-beta.