Dmitry Vyukov
Dmitry Vyukov
Was there anything after "exi"? Could you please build "make executor" and run "bin/linux-amd64/syz-executor version" on your target machine? Does it fail? How?
Humm... This is strange. I don't have any ideas at the moment. syz-fuzzer just executes "syz-executor version" in the VM...
syz-fuzzer does not exist anymore, and there were whole lot of changes since then.
Hi, Is there an easy fix for this? It looks like the OS provides very old system headers. Since it's not possible to write linux code that compiled on a...
syz-env is the way to go. It's not possible to make anything work on any linux distro.
Can we create the remote kcov on a thread that never executes? I.e. not the main thread, but rather an additional special thread that exists just for that purpose?
> > Can we create the remote kcov on a thread that never executes? I.e. not the main thread, but rather an additional special thread that exists just for that...
1. Is there a way to test this within the current test infrastructure? 2. Is there a better upper bound for array size? 3. If elements are guaranteed to be...
> It may be better to emit: > > ``` > if fooLength > 0 { > _ = rcv.Foo(fooLength - 1) > } > t.Foo = make([]T, fooLength) >...
Also need to understand which CPUs support this feature. From brief reading: AMD support this feature only on very recent Zen 5, and potentially it only supports #DB which is...