Skip to content

Commit

Permalink
Fix base realloc invalidation comment indentation (PR #712)
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed May 4, 2022
1 parent fbf61bc commit 13d92f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/analyses/base.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2344,8 +2344,7 @@ struct
set_many ~ctx ask gs st [
(heap_addr, TVoid [], heap_val);
(lv_addr, Cilfacade.typeOfLval lv, `Address heap_addr');
]
(* TODO: free (i.e. invalidate) old blob if successful? *)
] (* TODO: free (i.e. invalidate) old blob if successful? *)
| None ->
st
end
Expand Down

0 comments on commit 13d92f9

Please sign in to comment.