Dmitry Vyukov
Dmitry Vyukov
But isn't it the job of the reverse proxy to transparently handle path changes? It should add/remove the URL prefix. If it's only adding the prefix w/o removing it, I...
The problem wasn't solved. The issue status is accurate.
@daydayup40 I don't have such info. To get this number, one needs to go over all syzbot reported bugs and mark them as race/norace (https://syzkaller.appspot.com, https://syzkaller.appspot.com?fixed=upstream).
Besides threaded/non-threaded, it can also make sense to run it multiple times and observe how many times we reproduced it. We could also capture set of all crashes that the...
> How do you guyz calculate the probability ? We don't calculate it atm.
#355 is somewhat related
Here is one bug that may be a good litmus test to assess improvements in concurrency support (in particular creation of reproducers): https://syzkaller.appspot.com/bug?extid=dc3dfba010d7671e05f5 See the discussion: https://groups.google.com/g/syzkaller-bugs/c/0cjMx2KTyRs/m/ABVfQoRVCgAJ It happens very...
Please rebase onto #2791 and run `go test ./executor` ;)
Here is another good candidate for reproducing very narrow race conditions: https://syzkaller.appspot.com/bug?extid=0fa13b1412bfc003747b https://syzkaller.appspot.com/bug?extid=1b2037f5a8232ce7d60c It was hit only 3 times in 5.4 in total. The root cause seems to be this:...