Race
condition
A race condition
happens when more than one processes uses
and manipulate the same data concurrently,
and the conclusion of it depends on the
particular series in which the usage takes
place.
A race condition is
also used by hacker when the race condition
can be utilized to gain privileged system
usage.