[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Integrating fuzzing by way of OSS-Fuzz
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 26 Nov 2020 19:44:33 -0300
> Yes, we can disable the use of undefined behavior sanitizer to avoid
> errors like the arithmetic ones. About the use of uninitialised union
> then I believe we can also discard those, but naturally we can ignore
> any bugs if we don't find them relevant. This will not stop the fuzzers
> of OSS-Fuzz in looking for more interesting bugs.
>
> The read of uninitialized union I am pretty sure we can also avoid
I am afraid we left this unfinished. I'm sorry.
We are always in favor of finding bugs :-) What exactly do we have
to do?
-- Roberto