Re: [PATCH v2] linux-user: fix resource leaks in gen-vdso

2025-06-23 Thread Richard Henderson
On 5/13/25 08:03, Daniel P. Berrangé wrote: There are a number of resource leaks in gen-vdso. In theory they are harmless because this is a short lived process, but when building QEMU with --extra-cflags="-fsanitize=address" problems ensure. The gen-vdso program is run as part of the build, and t

Re: [PATCH v2] linux-user: fix resource leaks in gen-vdso

2025-06-12 Thread Arusekk
Tested-by: Arusekk Thanks for the patch. I am just a drive-by contributor, not someone experienced in qemu development, so take my feedback with a grain of salt. > There are a number of resource leaks in gen-vdso. In theory they are > harmless because this is a short lived process, but when buil

Re: [PATCH v2] linux-user: fix resource leaks in gen-vdso

2025-06-11 Thread Daniel P . Berrangé
Ping for review/acks On Tue, May 13, 2025 at 04:03:46PM +0100, Daniel P. Berrangé wrote: > There are a number of resource leaks in gen-vdso. In theory they are > harmless because this is a short lived process, but when building QEMU > with --extra-cflags="-fsanitize=address" problems ensure. The g

[PATCH v2] linux-user: fix resource leaks in gen-vdso

2025-05-13 Thread Daniel P . Berrangé
There are a number of resource leaks in gen-vdso. In theory they are harmless because this is a short lived process, but when building QEMU with --extra-cflags="-fsanitize=address" problems ensure. The gen-vdso program is run as part of the build, and that aborts due to the sanitizer identifying me