Hacker News new | ask | show | jobs
by Siguza 3094 days ago
It's actually neither TOCTOU nor double fetch, it's not checking anything at all, it's just write-then-fetch using shared (untrusted) memory to store trusted information. Sure similar in nature, but not really fitting any common name...
2 comments

I see - I will give it a full read little later - I like your writing style based on what I've glanced over so far!
TOWTTOU (with s/check/write)?