DavidKorczynski

Results 238 issues of DavidKorczynski

This is very raw at the moment. Below indicates what works/does not work. Follow up is needed and will return to this a bit later. One problem that should be...

Ref: https://github.com/google/oss-fuzz/pull/7351

I experienced an issue today that I had not seen before, which is a panic that is thrown when creating various pubsub topics and subscriptions. ``` Traceback (most recent call...

Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? In this PR https://github.com/google/oss-fuzz/pull/7725 I do exactly that, namely created the necessary logic from...

Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and has been heavily used for...

Add CIFuzz workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz, on which rawspeed already runs. Signed-off-by: David Korczynski

Hi, Given the popularity of ipython I was thinking that it would be nice to set up continuous fuzzing of ipython by way of OSS-Fuzz. In this PR: https://github.com/google/oss-fuzz/pull/7541 I...

Add [CIFuzz](https://google.github.io/oss-fuzz/getting-started/continuous-integration/) workflow action to have fuzzers build and run on each PR. This is a service offered by OSS-Fuzz, on which Openssh already runs (https://github.com/google/oss-fuzz/tree/master/projects/openssh)

Hi! I was wondering if you would be interested in getting jsqlparser fuzzed by OSS-Fuzz? Fuzzing is a technique for stress-testing applications and OSS-Fuzz is a free service run by...