v0.5.1-beta
🩹 codebadger — v0.5.1-beta
Patch release on top of v0.5.0-beta.
Fixes
- Use-After-Free detector regex crash.
find_use_after_freeinterpolated the freed-pointer expression into Joern'scpg.identifier.name(...), which is regex-interpreted — so a freed dereference likefree(*ptr)threwPatternSyntaxException: Dangling meta character '*'and the tool returned a stack trace instead of results. It now derives the underlying identifier name and matches it withnameExact(no regex). Confirmed by the integration suite (now 22/22).
No API or configuration changes from v0.5.0-beta.