mesa/src
Kyle Brenneman 41642bdbca egl/glvnd: Fix a segfault in eglGetProcAddress.
If FindProcIndex in egldispatchstubs.c is called with a name that's less than
the first entry in the array, it would end up trying to store an index of -1 in
an unsigned integer, wrap around to 2^32, and then crash when it tries to look
that up.

Change FindProcIndex so that it uses bsearch(3) instead of implementing its own
binary search, like the GLX equivalent FindGLXFunction does.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
2018-06-11 12:17:07 +01:00
..
amd radv: add a workaround for DXVK hangs by setting amdgpu-skip-threshold 2018-06-09 14:16:49 +02:00
broadcom v3d: Enable the new NIR bitfield operation lowering paths. 2018-06-06 13:44:28 -07:00
compiler spirv: add/hookup SpvCapabilityStencilExportEXT 2018-06-08 11:15:37 -07:00
egl egl/glvnd: Fix a segfault in eglGetProcAddress. 2018-06-11 12:17:07 +01:00
gallium virgl: enable ARB_gpu_shader_fp64 2018-06-11 08:35:03 +10:00
gbm gbm: remove never-implemented function 2018-03-28 16:25:52 +01:00
getopt
glx glx: Fix number of property values to read in glXImportContextEXT 2018-06-05 18:56:43 +02:00
gtest autotools: include meson build files in tarball 2018-01-19 16:30:51 -08:00
hgl meson: Add Haiku platform support v4 2018-02-16 16:56:34 -06:00
intel anv: enable VK_EXT_shader_stencil_export 2018-06-08 11:16:01 -07:00
loader dri3: Stricter SBC wraparound handling 2018-05-22 17:59:53 +02:00
mapi mesa: changes to expose OES_texture_view extension 2018-05-24 12:53:07 +03:00
mesa mesa/program_binary: add implicit UseProgram after successful ProgramBinary 2018-06-10 21:12:46 -07:00
util util/tests/vma: Fix warning c++11-narrowing 2018-06-05 10:32:07 -07:00
vulkan vulkan/wsi: Destroy swapchain images after terminating FIFO queues 2018-06-08 14:06:46 +01:00
git_sha1.h.in meson: Build i965 and dri stack 2017-10-09 13:42:44 -07:00
Makefile.am egl: rewire the build systems to use libwayland-egl 2018-06-06 12:11:57 -07:00
meson.build meson: only build mesa_st tests when build-tests is true 2018-04-24 14:08:15 -07:00
SConscript buildsys: move file regeneration logic to the script itself 2017-10-27 13:38:37 +01:00