- Timestamp:
- Apr 5, 2018 1:48:29 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 121770
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/VBox-CodingGuidelines.cpp
r71660 r71685 374 374 * careful to not re-read input from shared memory after validating it, because 375 375 * that will create TOCTOU problems. So, after reading input from shared memory 376 * always use the RT_UNTRUSTED_NONVOLATILE_COPY_FENCE() mac or. For more details376 * always use the RT_UNTRUSTED_NONVOLATILE_COPY_FENCE() macro. For more details 377 377 * on TOCTOU: https://en.wikipedia.org/wiki/Time_of_check_to_time_of_use 378 378 *
Note:
See TracChangeset
for help on using the changeset viewer.