Re: [PATCH 0/4] chardev: Fix issues found by vhost-user-test

2025-05-24 Thread Marc-André Lureau
Hi On Fri, May 16, 2025 at 12:21 AM Fabiano Rosas wrote: > > Running vhost-user-test with ASAN on a loaded machine reveals several > intermittent issues. These show up every time I test the qtest tree so > I'm trying to get rid of them. > > 1- UAF of IOWatchPoll. >This one is self explanatory

[PATCH 0/4] chardev: Fix issues found by vhost-user-test

2025-05-15 Thread Fabiano Rosas
Running vhost-user-test with ASAN on a loaded machine reveals several intermittent issues. These show up every time I test the qtest tree so I'm trying to get rid of them. 1- UAF of IOWatchPoll. This one is self explanatory, ASAN caught it. 2- Reference counting issues in glib. It seems it's p