mesa/src/gallium/auxiliary/pipe-loader
Emil Velikov 5f92906b87 pipe-loader: check if winsys.name is non-null prior to strcmp
In theory this wouldn't be an issue, as we'll find the correct name and
break out of the loop before we hit the sentinel.

Let's fix this and avoid issues in the future.

Spotted by Coverity (CID 1339869, 1339870, 1339871)

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
2015-11-29 14:38:22 +00:00
..
Android.mk pipe-loader: add preliminary Android support 2015-11-21 12:52:20 +00:00
Makefile.am pipe-loader: link against libloader regardless of libdrm presence 2015-11-23 12:07:09 +00:00
Makefile.sources pipe-loader: consolidate sources into Makefile.sources 2014-11-16 01:03:42 +00:00
pipe_loader.c pipe-loader: Fix PATH_MAX define on MSVC. 2015-11-21 23:03:20 +00:00
pipe_loader.h gallium: remove library_path argument from pipe_loader_create_screen() 2015-11-21 12:52:18 +00:00
pipe_loader_drm.c vc4: Take precedence over ilo when in simulator mode. 2015-11-22 13:15:43 -08:00
pipe_loader_priv.h gallium: remove library_path argument from pipe_loader_create_screen() 2015-11-21 12:52:18 +00:00
pipe_loader_sw.c pipe-loader: check if winsys.name is non-null prior to strcmp 2015-11-29 14:38:22 +00:00
SConscript scons: Conditionally use DRM module on pipe-loader. 2015-11-21 21:20:12 +00:00