Skip to content

Commit

Permalink
maybe_revoke_pointer does not try to recover provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaliva committed Jul 29, 2023
1 parent e82f39d commit bbf6329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq/CheriMemory/CheriMemory.v
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ Module CheriMemory
else
let bs := fetch_bytes st.(bytemap) addr IMP.get.(sizeof_pointer) in
'(_, mval, _) <-
serr2memM (abst DEFAULT_FUEL (find_overlapping_st st) st.(funptrmap) (fun _ => meta) addr
serr2memM (abst DEFAULT_FUEL (fun _ => NoAlloc) st.(funptrmap) (fun _ => meta) addr
(CoqCtype.mk_ctype_pointer CoqCtype.no_qualifiers CoqCtype.void) bs)
;;
match mval with
Expand Down

0 comments on commit bbf6329

Please sign in to comment.