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

Content deleted Content added
No edit summary
Tag: Reverted
m Reverted edit by 142.67.219.48 (talk) to last version by Frap
Tags: Rollback Mobile edit Mobile web edit Advanced mobile edit
Line 1:
{{Short description|Class of software bugs}}
In [[software development]], '''time-of-check to time-of-use''' ('''TOCTOU''', '''TOCTTOU''', or '''TOC/TOU''', or '''Tock Tuah''') is a class of [[software bug]]s caused by a [[race condition]] involving the ''checking'' of the state of a part of a system (such as a security credential) and the ''use'' of the results of that check.
 
TOCTOU race conditions are common in [[Unix]] between operations on the [[File system#Metadata|file system]],<ref>{{Cite web