|
Lines 480-486
Link Here
|
| 480 |
|
480 |
|
| 481 |
</sect1> |
481 |
</sect1> |
| 482 |
|
482 |
|
| 483 |
<sect1><title>Race Conditions</title> |
483 |
<sect1 id="secure-race-conditions"> |
|
|
484 |
<title>Race Conditions</title> |
| 484 |
|
485 |
|
| 485 |
<para>A race condition is anomalous behavior caused by the |
486 |
<para>A race condition is anomalous behavior caused by the |
| 486 |
unexpected dependence on the relative timing of events. In |
487 |
unexpected dependence on the relative timing of events. In |