Re: [Mesa-dev] [Nine] 'meson: add -Werror=empty-body to disallow `if(x); `' - 'broke' Nine

2019-10-24 Thread Eric Engestrom
Indeed, Axel's solution is the right one: you can make it a `(void) something` or `do {} while (0)` for instance. Sorry for not catching this before landing my commit; I'll give it a look tomorrow, tag me (@eric) if you send an MR before I get around to fixing it. On Thursday, 2019-10-24

Re: [Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-10-24 Thread Stuart Young
Not my call, but both of these went into my gmail spam folder for DMARC failures, so a lot of people might not have seen it. On Fri, 25 Oct 2019 at 08:25, Brian Paul wrote: > Ping. Anyone? > > -Brian > > On Tue, Oct 22, 2019 at 3:52 PM Brian Paul wrote: > >> A security advisory

Re: [Mesa-dev] [PATCH] Call shmget() with permission 0600 instead of 0777

2019-10-24 Thread Brian Paul
Ping. Anyone? -Brian On Tue, Oct 22, 2019 at 3:52 PM Brian Paul wrote: > A security advisory (TALOS-2019-0857/CVE-2019-5068) found that > creating shared memory regions with permission mode 0777 could allow > any user to access that memory. Several Mesa drivers use shared- > memory XImages

[Mesa-dev] [ANNOUNCE] mesa 19.2.2

2019-10-24 Thread Dylan Baker
Hi list, Sorry for the slight delay in the release, my fault. I'm pleased to announce the availability of mesa 19.2.2, the second point release in the mesa 19.2 series. Things have started to slow down a bit, and I like that. We've had an assortment of fixes in this release, notably a bunch of

[Mesa-dev] [Nine] 'meson: add -Werror=empty-body to disallow `if(x); `' - 'broke' Nine

2019-10-24 Thread Dieter Nützel
Hello Eric, your mentioned commit (8d43e2b2ded0fe3c82d49561cdab9f208f9e64b6) broke building with NIne (-Dgallium-nine=true) for me. starting with [-] e_st@sta/cubetexture9.c.o' -c ../src/gallium/state_trackers/nine/cubetexture9.c ../src/gallium/state_trackers/nine/cubetexture9.c: In function