Dmitry Vyukov

Results 417 comments of Dmitry Vyukov

> --sysroot must be set before any other options; it is essentially part of CC. Interesting. I don't see anything in `man gcc` re this. Do you have any references?...

I will be OOO until Aug 30. Did not manage to re-review this before the trip. @a-nogikh @tarasmadan please merge if everything looks good to you.

Hi Joey, Please rename commit "qcom: show percent of covered pcs in funcs" to "pkg/cover: show percent of covered pcs in funcs".

I've reviewed only the first 2 commits for now: pkg/cover: show module in /funccover and /filecover qcom: show percent of covered pcs in funcs They look good to me. The...

Potentially it will work as-is if we permit such limited cycles. When we generate a resource we have this ugly loop that tries to generate arguments that actually produce the...

> syzbot provides a sign-in option where users can sign in using their email-ids. > Users could sign in and "mark" a bug if they're going to be working on...

FWIW [Dirty Pipe](https://arstechnica.com/information-technology/2022/03/linux-has-been-bitten-by-its-most-high-severity-vulnerability-in-years/) could have been found by file honeypots.

I suspect a kernel induced memory corruption. Otherwise it's compress/flate bug. But it's quite unlikely, we don't even try to do anything malicious and I fuzzed compress/flate with go-fuzz: https://github.com/dvyukov/go-fuzz#trophies

> machine check failed: program execution failed: failed to start executor binary: fork/exec /syz-executor: no such file or directory This is fuzzer failing to start syz-executor binary, right? Path to...

Overall I think it would be better to switch to providing just a single path on the target that contains all required binaries rather than specifying them one-by-one. Specifying them...