Re: [Mesa-dev] [PATCH] panfrost: bifrost: Fix format string in disassembler

2019-06-05 Thread Ryan Houdek
Awesome, thanks for the fix. Reviewed-By: Ryan Houdek On Tue, Jun 4, 2019 at 11:55 PM Tomeu Vizoso wrote: > The compiler configuration was hardened to fail on format warnings and > things stopped building. > > Fixes: c9c1e2610647 ("mesa: prevent common string formatting security > issues") > Si

[Mesa-dev] [PATCH] panfrost: bifrost: Fix format string in disassembler

2019-06-04 Thread Tomeu Vizoso
The compiler configuration was hardened to fail on format warnings and things stopped building. Fixes: c9c1e2610647 ("mesa: prevent common string formatting security issues") Signed-off-by: Tomeu Vizoso --- src/gallium/drivers/panfrost/bifrost/disassemble.c | 2 +- 1 file changed, 1 insertion(+)