| ▲ | jitl 2 days ago | |
I don’t think that’s how it works. Once an object is freed, any access will crash. You’re allowed to still have a reference to it. | ||
| ▲ | thomasmg 2 days ago | parent [-] | |
Ok, you are right. My point is, yes it is possible to panic on use-after-free with Fil-C. With Fil-C, a life reference to a freed object can be detected. | ||