Sign in
chromium
/
external
/
github.com
/
google
/
fuzztest
/
HEAD
6e4dee4
Clean up IRObject for custom domain creation.
by Xinhao Yuan
· 6 days ago
main
41c8a0f
No public description
by FuzzTest Team
· 8 days ago
247a6e0
No public description
by FuzzTest Team
· 8 days ago
2439d93
No public description
by FuzzTest Team
· 8 days ago
78831bf
Improve iteration counter when the batch execution is interrupted.
by Hadi Ravanbakhsh
· 13 days ago
893f793
Handle unexpected termination in Centipede's crash handling.
by Filip Niksic
· 2 weeks ago
fb86a02
Disable unexpected exit handler in compatibility mode.
by Filip Niksic
· 2 weeks ago
056722f
Detect and report unexpected exits in fuzz tests.
by Filip Niksic
· 3 weeks ago
8604cf4
Set the maximum length for printing crash signatures to `kHashLen`.
by Filip Niksic
· 3 weeks ago
2af5c28
No public description
by FuzzTest Team
· 3 weeks ago
7753886
No public description
by Hadi Ravanbakhsh
· 3 weeks ago
1ec8ab1
Move non-failure logging into non-failure paths.
by Xinhao Yuan
· 3 weeks ago
1c3e6d1
Check if the child terminates before waiting for signals.
by Xinhao Yuan
· 5 weeks ago
cc9c148
Fix a crash when all corpus inputs have no feature.
by Xinhao Yuan
· 5 weeks ago
b0e2cf8
No public description
by Hadi Ravanbakhsh
· 5 weeks ago
74e45da
Extract the crash type from sanitizer error summary.
by Filip Niksic
· 5 weeks ago
159871a
Add `--continue_after_crash` to control the test behavior on finding crashes.
by Xinhao Yuan
· 5 weeks ago
1836bcc
Reset the failure description state for each batch.
by Xinhao Yuan
· 6 weeks ago
d0d972a
Re-enable Centipede MacOS tests in CI.
by Xinhao Yuan
· 6 weeks ago
fcf3f22
Make better crash deduplication the default.
by Filip Niksic
· 6 weeks ago
a9597e6
Update macOS version to macos-15 and temporarily disable macOS tests.
by Filip Niksic
· 6 weeks ago
14f2c56
Remove `CentipedeIsPresent` and `__libfuzzer_is_present` symbols.
by Filip Niksic
· 6 weeks ago
66bae76
Return a failure exit code from early stop requests.
by Xinhao Yuan
· 6 weeks ago
ca9e58a
Allow to specify features in centipede_fuzz_target
by FuzzTest Team
· 7 weeks ago
6a33dc4
Introduce a new crash deduplication mechanism in Centipede.
by Filip Niksic
· 7 weeks ago
554d530
Handle PC even when only PC counters are enabled.
by Xinhao Yuan
· 7 weeks ago
775126c
Use `GetCrashesFromWorkdir` for crash summary reporting in `ReplayCrash`.
by Filip Niksic
· 7 weeks ago
cd97059
Use the bug ID from crashing input filename when registering reproducer tests.
by Filip Niksic
· 7 weeks ago
7406afb
Rename `GetInputFileComponents` and extract it to a common library.
by Filip Niksic
· 7 weeks ago
29bde2e
Implement the core of the crash deduplication and organization for Centipede.
by Filip Niksic
· 7 weeks ago
f3f4b48
Replay reproducer in same process only when running locally.
by László Szekeres
· 7 weeks ago
abdba4e
Report failures only if the types/signatures match without stop condition.
by Xinhao Yuan
· 8 weeks ago
2110c28
Add a function to extract components from crash input file names.
by Filip Niksic
· 8 weeks ago
2c5bd73
Move `values` into ElementOfImpl instead of copying
by Daniel Cheng
· 8 weeks ago
7940ee9
Make FuzzTest/Centipede reproducer tests consistent with the legacy engine.
by Xinhao Yuan
· 9 weeks ago
e23ef28
Update Abseil version.
by Xinhao Yuan
· 9 weeks ago
13b20cd
Implement execution time based weight scaling.
by Xinhao Yuan
· 9 weeks ago
342d498
Clarify on when --jobs is effective.
by Xinhao Yuan
· 9 weeks ago
ba63065
Add a function to collect crashes from the workdir.
by Filip Niksic
· 9 weeks ago
b222740
Merge pull request #1890 from dingxiangfei2009:fix-init-warnings
by Copybara-Service
· 9 weeks ago
f133df1
No public description
by FuzzTest Team
· 10 weeks ago
1804ef3
No public description
by László Szekeres
· 2 months ago
fdf8759
Extract `MockFactory` as `NonOwningCallbacksFactory` for better reusability.
by Filip Niksic
· 2 months ago
f8110a8
No public description
by László Szekeres
· 2 months ago
dcd9280
Add a method to `BatchResult` to distinguish input crashes from other failures.
by Filip Niksic
· 2 months ago
276876d
Override the clang-format tand reorder the imports
by Xiangfei Ding
· 2 months ago
8e747d2
Pass RNG to functions that require randomness for cleaner interface.
by Xinhao Yuan
· 2 months ago
1136ab0
Fix initialisation and signed comparison warnings
by Xiangfei Ding
· 2 months ago
a213424
Optimize `RemoveSubset`.
by Xinhao Yuan
· 2 months ago
7dfe0e5
Add execution stats into corpus record.
by Xinhao Yuan
· 2 months ago
d141389
Ignore SIGINT in the fork server for cleaner Ctrl-C behavior.
by Xinhao Yuan
· 2 months ago
b3ed7b9
Fork server: Ack after fork and avoid changing signal handler in the child.
by Xinhao Yuan
· 2 months ago
b45fa43
Use stop time to cap the execution deadline and skip reporting.
by Xinhao Yuan
· 2 months ago
ad994c1
Set failure description to an ignored failure when termination is requested.
by Xinhao Yuan
· 2 months ago
6683ec9
Exit the batch execution after a failure description is set, and ignore later failures.
by Xinhao Yuan
· 2 months ago
3f78567
Add the `unguided` flag to force unguided fuzzing.
by Xinhao Yuan
· 2 months ago
f505c8b
No public description
by FuzzTest Team
· 3 months ago
8491407
Unify the metadata handling between the Centipede builtin mutator and the adaptor mutator.
by Xinhao Yuan
· 3 months ago
850f6ea
Try swapping the byte order when matching integer TORC in container mutation.
by Xinhao Yuan
· 3 months ago
eca6bcb
Intercept str{,n}casecmp.
by Xinhao Yuan
· 3 months ago
d6013a0
Implement switch tracing.
by Xinhao Yuan
· 3 months ago
8260f33
Move CMP trace entry sizes to a separate byte array for present check.
by Xinhao Yuan
· 3 months ago
f13e4d8
Clean up persistent mode when only loading shards.
by Filip Niksic
· 3 months ago
19520d0
Use `workdir_root` as a base for workdirs in the unit test mode.
by Filip Niksic
· 3 months ago
0309379
No public description
by FuzzTest Team
· 3 months ago
ba72d77
Add documentation for the `OverlapOf` domain combinator.
by FuzzTest Team
· 3 months ago
e101ca0
Remove `absl::debugging` dependency.
by Sara Qu
· 3 months ago
215bd49
Merge pull request #1866 from kayo09:fix-absl-compat
by Copybara-Service
· 3 months ago
604bf58
Fix Abseil lts_20250814 compatibility in subprocess.h
by kayo09
· 3 months ago
2f2bfad
Install FailureSignalHandler to print stack traces in the OSS.
by Sara Qu
· 3 months ago
b0bb515
No public description
by Hadi Ravanbakhsh
· 3 months ago
51186c2
Remove synchronization from the protobuf domain mark the domain objects as thread-unsafe.
by Hadi Ravanbakhsh
· 3 months ago
ce6174e
Merge pull request #1858 from ArthurSonzogni:fix-semi
by Copybara-Service
· 4 months ago
bf02ecd
Remove extra ';' in table_of_recent_compares.h
by ArthurSonzogni
· 4 months ago
3bf45cb
Implement printer autodetection for smart pointers.
by FuzzTest Team
· 4 months ago
3741e31
Implement printer autodetection for smart pointers.
by Filip Niksic
· 4 months ago
d8f299d
Split fuzz_tests_with_proto_inputs into a library and a binary.
by László Szekeres
· 4 months ago
4ff90b7
Add a static library to generate a self-contained archive.
by Xinhao Yuan
· 4 months ago
3194801
Process the execution metadata when finalizing coverage.
by Xinhao Yuan
· 4 months ago
55c908f
Add configs to avoid single job timeout for running multiple configs.
by Xinhao Yuan
· 4 months ago
61015dd
No public description
by Ivo Ristovski List
· 4 months ago
70d96c4
No public description
by Ivo Ristovski List
· 4 months ago
d897f74
Pass runner flags to the Sancov runtime.
by Xinhao Yuan
· 4 months ago
62174b5
Add MSAN support with a functional test.
by Xinhao Yuan
· 4 months ago
8b93bbe
Add compact mode to comparison tables to not sample from unpopulated entries.
by Xinhao Yuan
· 4 months ago
169baf1
Report crash summary when replaying a corpus or a crashing input.
by Filip Niksic
· 4 months ago
b87fa7d
Prioritize higher scores in CMP features.
by Xinhao Yuan
· 4 months ago
e9b49f3
A few more LOG macro cleanup.
by László Szekeres
· 4 months ago
73721c6
Remove unused batch fuzz example.
by László Szekeres
· 4 months ago
f6aa6f6
Simplify some log statements with FUZZTEST_PCHECK.
by László Szekeres
· 4 months ago
b742bb0
Change instances of FUZZTEST_CHECK(false) to FUZZTEST_LOG(FATAL).
by László Szekeres
· 4 months ago
e91ddf2
Implement sancov runtime API to be able to emit features for other frameworks, and add a new interface to the dispatcher for exposed feature compatibility.
by Yamil Morales
· 4 months ago
c086c98
Allow infinite time limit when there is only one test.
by Xinhao Yuan
· 4 months ago
0bf1031
Remove redundant and stale metadata files from Centipede codebase.
by László Szekeres
· 4 months ago
3623860
Fix runner/sancov state lifetime by adding manual lifetime wrappers.
by Xinhao Yuan
· 4 months ago
4c66517
Consolidate CHECK and LOG implementations.
by László Szekeres
· 4 months ago
a1840dc
Replace fuzztest_single_test_mode with ..._multi_test_mode_soon_to_be_removed.
by Xinhao Yuan
· 4 months ago
fd61d9a
Revert an accidentally flipped prediction.
by Xinhao Yuan
· 4 months ago
805f32c
Add ability to exclude specific sets of features when creating a seed corpus.
by Dan Snyder
· 4 months ago
2bdfb36
Fix logging.
by Xinhao Yuan
· 4 months ago
Next »