shredder icon indicating copy to clipboard operation
shredder copied to clipboard

Check `Lockout` before deallocation

Open Others opened this issue 4 years ago • 0 comments

This is kinda awkward and needs refactoring, but we should do a double check of the Lockout before deallocating data. This will be pretty fast on the happy path, and would catch some UB surrounding deallocation in bad code. The perf loss is definitely worth it.

Others avatar Jun 05 '20 03:06 Others