clusterfuzz icon indicating copy to clipboard operation
clusterfuzz copied to clipboard

Scalable fuzzing infrastructure.

Results 425 clusterfuzz issues
Sort by recently updated
recently updated
newest added

I'll land this if ProcessPoolExecutor is more stable.

Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.8 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies
python

``` During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/mnt/scratch0/clusterfuzz/src/python/bot/startup/run_bot.py", line 128, in task_loop sys.exit(utasks.uworker_bot_main()) File "/mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/bot/tasks/utasks/__init__.py", line 220, in uworker_bot_main uworker_main(input_download_url) File...

``` "Error occurred while working on task. Traceback (most recent call last): File "/mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_datastore_api.py", line 93, in rpc_call result = yield rpc grpc._channel._MultiThreadedRendezvous: During handling of the above exception, another...

one example: ``` at .rpc_call ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_datastore_api.py:97 ) at ._advance_tasklet ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/tasklets.py:312 ) at .retry_wrapper ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_retry.py:72 ) at .retry_wrapper ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_retry.py:77 ) at ._advance_tasklet ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/tasklets.py:312 ) at ._datastore_run_query...

``` at .wrapper ( /mnt/scratch0/clusterfuzz/src/third_party/google/cloud/ndb/_options.py:89 ) at .get_fuzz_target ( /mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/datastore/data_types.py:727 ) at .test_for_crash_with_retries ( /mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/bot/testcase_manager.py:783 ) at .utask_main ( /mnt/scratch0/clusterfuzz/src/clusterfuzz/_internal/bot/tasks/utasks/variant_task.py:151 ) ```