Time-of-check to time-of-use: Difference between revisions

Content deleted Content added
Osalbahr (talk | contribs)
m References: Added archive link
Preventing TOCTOU: Corrected very misleading characterisation of research paper.
Line 143:
| isbn=978-0-596-10046-9}}</ref>
 
In the context of file system TOCTOU race conditions, the fundamental challenge is ensuring that the file system cannot be changed between two system calls. In 2004, an impossibility result was published, showing that there was no portable, deterministic technique for avoiding TOCTOU race conditions when using the UNIX <code>access</code> and <code>open</code> filesystem calls.<ref>{{cite journal
| last1=Dean
| first1=Drew