mesa/src/gallium/auxiliary/pipe-loader
Emil Velikov 88cd21fefb 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>
(cherry picked from commit 5f92906b87)
2015-11-30 00:13:23 +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-29 17:56:13 +00:00
Makefile.sources pipe-loader: consolidate sources into Makefile.sources 2014-11-16 01:03:42 +00:00
pipe_loader.c gallium: remove library_path argument from pipe_loader_create_screen() 2015-11-21 12:52:18 +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-29 17:54:41 +00: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-30 00:13:23 +00:00
SConscript pipe-loader: add preliminary scons support 2015-11-21 12:52:20 +00:00