google / clusterfuzz

Scalable fuzzing infrastructure.
https://google.github.io/clusterfuzz
Apache License 2.0
5.26k stars 551 forks source link

Fix issues in ClusterFuzz #4078

Closed singhi-devendra closed 1 month ago

singhi-devendra commented 1 month ago

The following issues have been fixed:

  1. TypeError: 'in ' requires string as left operand, not NoneType
  2. TypeError: '>' not supported between instances of 'NoneType' and 'int'
  3. Failed to parse logcat line: (11285): strips
  4. AttributeError: 'NoneType' object has no attribute 'update'
  5. AttributeError: 'bool' object has no attribute 'endswith'
google-cla[bot] commented 1 month ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

svasudevprasad commented 1 month ago

/gcbrun