Changeset 72942 in vbox
- Timestamp:
- Jul 7, 2018 1:58:16 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123494
- Location:
- trunk/src/VBox/Runtime/common/fuzz
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fuzz/fuzz-observer.cpp
r72940 r72942 714 714 else if (achBuf[i] == 'A') 715 715 { 716 /** @todo :Advance our fuzzer to get the added input. */716 /** @todo Advance our fuzzer to get the added input. */ 717 717 } 718 718 } -
trunk/src/VBox/Runtime/common/fuzz/fuzz.cpp
r72940 r72942 203 203 204 204 205 205 206 /********************************************************************************************************************************* 206 207 * Global Variables *
Note:
See TracChangeset
for help on using the changeset viewer.