The checker has already proven to be fairly useful and wanted and doesn't have any known false positives, mostly because its positives are usually fairly local and there's no room for running into infeasible paths.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The TODOs for future polishing are:
- Add a second trackExpressionValue() visitor to track argument values as they're copied around.
- Introduce annotations for deallocator functions so that we no longer had to hardcode them and users could annotate their consuming functions.