Re: [Qemu-block] Fuzzing event loops

2017-07-05 Thread Stefan Hajnoczi
On Mon, Jun 26, 2017 at 04:53:45PM -0400, John Snow wrote: > On 06/11/2017 06:47 AM, Stefan Hajnoczi wrote: > > I wanted to share this idea about fuzzing event loops: > > > > https://blog.acolyer.org/2017/06/09/node-fz-fuzzing-the-server-side-event-driven-architecture/ > > > > The idea is to expo

Re: [Qemu-block] Fuzzing event loops

2017-06-26 Thread John Snow
On 06/11/2017 06:47 AM, Stefan Hajnoczi wrote: > I wanted to share this idea about fuzzing event loops: > > https://blog.acolyer.org/2017/06/09/node-fz-fuzzing-the-server-side-event-driven-architecture/ > > The idea is to expose ordering dependencies and atomicity bugs in > event loop callbacks

[Qemu-block] Fuzzing event loops

2017-06-11 Thread Stefan Hajnoczi
I wanted to share this idea about fuzzing event loops: https://blog.acolyer.org/2017/06/09/node-fz-fuzzing-the-server-side-event-driven-architecture/ The idea is to expose ordering dependencies and atomicity bugs in event loop callbacks/coroutines by randomly shuffling the order in which fd handl