lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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