Sign in
chromium
/
external
/
github.com
/
google
/
fuzztest
/
HEAD
14f2c56
Remove `CentipedeIsPresent` and `__libfuzzer_is_present` symbols.
by Filip Niksic
· 13 hours ago
main
66bae76
Return a failure exit code from early stop requests.
by Xinhao Yuan
· 14 hours ago
ca9e58a
Allow to specify features in centipede_fuzz_target
by FuzzTest Team
· 3 days ago
6a33dc4
Introduce a new crash deduplication mechanism in Centipede.
by Filip Niksic
· 5 days ago
554d530
Handle PC even when only PC counters are enabled.
by Xinhao Yuan
· 5 days ago
775126c
Use `GetCrashesFromWorkdir` for crash summary reporting in `ReplayCrash`.
by Filip Niksic
· 5 days ago
cd97059
Use the bug ID from crashing input filename when registering reproducer tests.
by Filip Niksic
· 6 days ago
7406afb
Rename `GetInputFileComponents` and extract it to a common library.
by Filip Niksic
· 6 days ago
29bde2e
Implement the core of the crash deduplication and organization for Centipede.
by Filip Niksic
· 6 days ago
f3f4b48
Replay reproducer in same process only when running locally.
by László Szekeres
· 7 days ago
abdba4e
Report failures only if the types/signatures match without stop condition.
by Xinhao Yuan
· 10 days ago
2110c28
Add a function to extract components from crash input file names.
by Filip Niksic
· 11 days ago
2c5bd73
Move `values` into ElementOfImpl instead of copying
by Daniel Cheng
· 11 days ago
7940ee9
Make FuzzTest/Centipede reproducer tests consistent with the legacy engine.
by Xinhao Yuan
· 2 weeks ago
e23ef28
Update Abseil version.
by Xinhao Yuan
· 3 weeks ago
13b20cd
Implement execution time based weight scaling.
by Xinhao Yuan
· 3 weeks ago
342d498
Clarify on when --jobs is effective.
by Xinhao Yuan
· 3 weeks ago
ba63065
Add a function to collect crashes from the workdir.
by Filip Niksic
· 3 weeks ago
b222740
Merge pull request #1890 from dingxiangfei2009:fix-init-warnings
by Copybara-Service
· 3 weeks ago
f133df1
No public description
by FuzzTest Team
· 4 weeks ago
1804ef3
No public description
by László Szekeres
· 4 weeks ago
fdf8759
Extract `MockFactory` as `NonOwningCallbacksFactory` for better reusability.
by Filip Niksic
· 4 weeks ago
f8110a8
No public description
by László Szekeres
· 4 weeks ago
dcd9280
Add a method to `BatchResult` to distinguish input crashes from other failures.
by Filip Niksic
· 4 weeks ago
276876d
Override the clang-format tand reorder the imports
by Xiangfei Ding
· 4 weeks ago
8e747d2
Pass RNG to functions that require randomness for cleaner interface.
by Xinhao Yuan
· 4 weeks ago
1136ab0
Fix initialisation and signed comparison warnings
by Xiangfei Ding
· 4 weeks ago
a213424
Optimize `RemoveSubset`.
by Xinhao Yuan
· 4 weeks ago
7dfe0e5
Add execution stats into corpus record.
by Xinhao Yuan
· 4 weeks ago
d141389
Ignore SIGINT in the fork server for cleaner Ctrl-C behavior.
by Xinhao Yuan
· 4 weeks ago
b3ed7b9
Fork server: Ack after fork and avoid changing signal handler in the child.
by Xinhao Yuan
· 4 weeks ago
b45fa43
Use stop time to cap the execution deadline and skip reporting.
by Xinhao Yuan
· 4 weeks ago
ad994c1
Set failure description to an ignored failure when termination is requested.
by Xinhao Yuan
· 4 weeks ago
6683ec9
Exit the batch execution after a failure description is set, and ignore later failures.
by Xinhao Yuan
· 4 weeks ago
3f78567
Add the `unguided` flag to force unguided fuzzing.
by Xinhao Yuan
· 4 weeks ago
f505c8b
No public description
by FuzzTest Team
· 5 weeks ago
8491407
Unify the metadata handling between the Centipede builtin mutator and the adaptor mutator.
by Xinhao Yuan
· 5 weeks ago
850f6ea
Try swapping the byte order when matching integer TORC in container mutation.
by Xinhao Yuan
· 5 weeks ago
eca6bcb
Intercept str{,n}casecmp.
by Xinhao Yuan
· 5 weeks ago
d6013a0
Implement switch tracing.
by Xinhao Yuan
· 5 weeks ago
8260f33
Move CMP trace entry sizes to a separate byte array for present check.
by Xinhao Yuan
· 5 weeks ago
f13e4d8
Clean up persistent mode when only loading shards.
by Filip Niksic
· 5 weeks ago
19520d0
Use `workdir_root` as a base for workdirs in the unit test mode.
by Filip Niksic
· 5 weeks ago
0309379
No public description
by FuzzTest Team
· 6 weeks ago
ba72d77
Add documentation for the `OverlapOf` domain combinator.
by FuzzTest Team
· 6 weeks ago
e101ca0
Remove `absl::debugging` dependency.
by Sara Qu
· 7 weeks ago
215bd49
Merge pull request #1866 from kayo09:fix-absl-compat
by Copybara-Service
· 7 weeks ago
604bf58
Fix Abseil lts_20250814 compatibility in subprocess.h
by kayo09
· 7 weeks ago
2f2bfad
Install FailureSignalHandler to print stack traces in the OSS.
by Sara Qu
· 7 weeks ago
b0bb515
No public description
by Hadi Ravanbakhsh
· 8 weeks ago
51186c2
Remove synchronization from the protobuf domain mark the domain objects as thread-unsafe.
by Hadi Ravanbakhsh
· 9 weeks ago
ce6174e
Merge pull request #1858 from ArthurSonzogni:fix-semi
by Copybara-Service
· 9 weeks ago
bf02ecd
Remove extra ';' in table_of_recent_compares.h
by ArthurSonzogni
· 9 weeks ago
3bf45cb
Implement printer autodetection for smart pointers.
by FuzzTest Team
· 9 weeks ago
3741e31
Implement printer autodetection for smart pointers.
by Filip Niksic
· 9 weeks ago
d8f299d
Split fuzz_tests_with_proto_inputs into a library and a binary.
by László Szekeres
· 9 weeks ago
4ff90b7
Add a static library to generate a self-contained archive.
by Xinhao Yuan
· 9 weeks ago
3194801
Process the execution metadata when finalizing coverage.
by Xinhao Yuan
· 9 weeks ago
55c908f
Add configs to avoid single job timeout for running multiple configs.
by Xinhao Yuan
· 9 weeks ago
61015dd
No public description
by Ivo Ristovski List
· 10 weeks ago
70d96c4
No public description
by Ivo Ristovski List
· 10 weeks ago
d897f74
Pass runner flags to the Sancov runtime.
by Xinhao Yuan
· 3 months ago
62174b5
Add MSAN support with a functional test.
by Xinhao Yuan
· 3 months ago
8b93bbe
Add compact mode to comparison tables to not sample from unpopulated entries.
by Xinhao Yuan
· 3 months ago
169baf1
Report crash summary when replaying a corpus or a crashing input.
by Filip Niksic
· 3 months ago
b87fa7d
Prioritize higher scores in CMP features.
by Xinhao Yuan
· 3 months ago
e9b49f3
A few more LOG macro cleanup.
by László Szekeres
· 3 months ago
73721c6
Remove unused batch fuzz example.
by László Szekeres
· 3 months ago
f6aa6f6
Simplify some log statements with FUZZTEST_PCHECK.
by László Szekeres
· 3 months ago
b742bb0
Change instances of FUZZTEST_CHECK(false) to FUZZTEST_LOG(FATAL).
by László Szekeres
· 3 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
· 3 months ago
c086c98
Allow infinite time limit when there is only one test.
by Xinhao Yuan
· 3 months ago
0bf1031
Remove redundant and stale metadata files from Centipede codebase.
by László Szekeres
· 3 months ago
3623860
Fix runner/sancov state lifetime by adding manual lifetime wrappers.
by Xinhao Yuan
· 3 months ago
4c66517
Consolidate CHECK and LOG implementations.
by László Szekeres
· 3 months ago
a1840dc
Replace fuzztest_single_test_mode with ..._multi_test_mode_soon_to_be_removed.
by Xinhao Yuan
· 3 months ago
fd61d9a
Revert an accidentally flipped prediction.
by Xinhao Yuan
· 3 months ago
805f32c
Add ability to exclude specific sets of features when creating a seed corpus.
by Dan Snyder
· 3 months ago
2bdfb36
Fix logging.
by Xinhao Yuan
· 3 months ago
eca35cc
Mutate newly added fields to protobuf because they can have empty value (e.g., nullopt).
by Hadi Ravanbakhsh
· 3 months ago
2bc3312
Add thread level tracing control and disable tracing for FuzzTest runtime.
by Xinhao Yuan
· 3 months ago
ad40838
Add pointer stability to flash_hash_map-s used for caches.
by Hadi Ravanbakhsh
· 3 months ago
5132f07
Implement persistent mode in runner and `CentipedeCallbacks`.
by Xinhao Yuan
· 3 months ago
b8a1c8c
Add Flatbuffers table nested support.
by FuzzTest Team
· 3 months ago
d08c250
Revert HasDefaultFlag: Some instrumentation behaviors were enabled by default causing test failures
by Yamil Morales
· 3 months ago
9598f90
Attempt to fix a potential ASAN false positive of "initialization-order-fiasco".
by Xinhao Yuan
· 3 months ago
fb61507
Introduce `EXPECT_THAT_LOG` macro to improve test failure messages.
by Xinhao Yuan
· 3 months ago
dff1bd3
Use the same seed for mutation runs when testing parallel efficiency.
by Filip Niksic
· 3 months ago
3aa1c32
Correctly initialize `fields_cache_` in the protobuf domain.
by Filip Niksic
· 3 months ago
1d21791
No public description
by FuzzTest Team
· 3 months ago
4bb9339
Add a tool for analyzing feature files from centipede.
by Dan Snyder
· 3 months ago
85f38ce
Avoid reading from files in construction time of the protobuf domain.
by Hadi Ravanbakhsh
· 3 months ago
a2f4cc5
Add more logging to help explain failures.
by Xinhao Yuan
· 3 months ago
4864826
No public description
by Xinhao Yuan
· 3 months ago
fd67d41
Cache fields of proto descriptors.
by Hadi Ravanbakhsh
· 3 months ago
81f0e30
Add GetStderrFdDup() for logging in signal handler.
by FuzzTest Team
· 3 months ago
2019a35
Add GetStderrFdDup() for logging in signal handler.
by Xinhao Yuan
· 3 months ago
97d508a
Create a cache for recursive analysis in proto policy and is passed-down by pointer for nested protos.
by Hadi Ravanbakhsh
· 3 months ago
691fac2
Add a parallel mutation efficiency test for protobuf mutation.
by Hadi Ravanbakhsh
· 3 months ago
0a6f95e
No public description
by Yamil Morales
· 3 months ago
Next »