← Back to context

Comment by pizlonator

11 days ago

Yeah that should just work

Code that strives to preserve provenance works in Fil-C

Very cool. Hardware asan did not catch the pointer provenance bug in the previous implementation of that code because it relies on tag bits, and the produced pointer was bit-identical to the intended one. It sounds like fil-c would have caught it because the pointer capabilities are stored elsewhere.