Mark Teffeteller

Results 10 comments of Mark Teffeteller

Looks like there is a centipede-related unit test failing, but it's not clear whether or not this breakage is associated with this change: ``` Traceback (most recent call last): File...

I don't have any input on the existing logic for assigning weights and multipliers. Generally speaking I have found it confusing in the past. The core issue here (at least,...

This logging change LGTM As far as a long-term solution, it would be nice to follow the [existing convention](https://github.com/google/clusterfuzz/blob/e2c5925a92fb3bd0c63523a33bdca3cc89f0f651/src/clusterfuzz/_internal/system/environment.py#L889-L904) of setting the `ADDITIONAL__OPTIONS`. This will keep things the same for...

Edit: Added screenshots and example query commands

Acknowledging that you've tagged me for review at individual LOC, it's my understanding that our kernel fuzzing is now completely decoupled from ClusterFuzz (replaced by Syzbot). So, although I don't...

(Let me know if you want me to loop in a member of the kernel team, but like I said, this should be fine).

Thanks for creating this @aditya-wazir.. I'm wondering if we can please add a test (perhaps [here](https://github.com/google/clusterfuzz/blob/aba10fc9005a972ad865a86966ecbe0e85a63c45/src/clusterfuzz/tests/test.py#L32-L48)) to verify the regex logic?