This fixes a reported false positive in the malloc checker.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM!
This could be probably modeled as realloc, and/or we could look for leaks of its return value, if we wanted.