mirror of https://github.com/google/oss-fuzz.git
[lz4] Disable i386 fuzzing (#4600)
There are 3 open LZ4 i386 issues. Each claims to be reliabily reproducable. We've
never been able to reproduce any of them. At this point it is just causing noise.
So we want to disable i386 fuzzing until these issues have been sorted out.
OSS-Fuzz claims the latest tested revision is
664427aa8f
from 5 days ago. Does that mean it was able to succesfully reproduce then?
This commit is contained in:
parent
260479e790
commit
7e4c035a82
|
@ -21,4 +21,3 @@ sanitizers:
|
|||
- dataflow
|
||||
architectures:
|
||||
- x86_64
|
||||
- i386
|
||||
|
|
Loading…
Reference in New Issue