mesa/src
Michel Dänzer a74ffd6900 Pass the destination buffer size minus one to strncpy
Copying the last byte was pointless, since the next line overwrites it,
and resulted in a compiler warning:

../src/intel/common/intel_measure.c: In function 'intel_measure_init':
../src/intel/common/intel_measure.c:68:7: warning: 'strncpy' specified bound 1024 equals destination size [-Wstringop-truncation]
   68 |       strncpy(env_copy, env, 1024);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

This allows dropping -Wno-error=stringop-truncation from the
debian-x86_64-asan & debian-{arm64,x86_64}-ubsan CI jobs.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39429>
2026-01-22 15:44:09 +01:00
..
amd radv/sqtt: Prevent concurrent submit when sqtt is enabled 2026-01-21 18:55:56 +00:00
android_stub
asahi hk: Handle unbound sets that contain dynamic buffers 2026-01-21 18:16:05 +00:00
broadcom v3dv: improve barrier handling for secondary command buffers 2026-01-21 07:37:49 +00:00
c11
compiler nir, ir3: Make ir3 GS varyings use a proper index 2026-01-21 20:54:15 +00:00
drm-shim
egl egl/surfaceless,device: Support RGB[A]16_UNORM formats for pbuffers. 2026-01-21 12:29:03 +00:00
etnaviv etnaviv/ci: Add gitlab-ci-inc.yml to file list 2026-01-19 20:46:38 +00:00
freedreno ir3: Handle dual-wave reconvergence 2026-01-21 22:53:23 +00:00
gallium Pass the destination buffer size minus one to strncpy 2026-01-22 15:44:09 +01:00
gbm gbm: Make documentation for gbm_bo_map more explicit 2025-12-29 10:05:38 +00:00
getopt
gfxstream gfxstream: Add VK_EXT_frame_boundary support 2026-01-20 20:27:10 +00:00
glx
gtest
imagination pvr: remove drm device config table 2026-01-22 12:25:11 +00:00
imgui
intel Pass the destination buffer size minus one to strncpy 2026-01-22 15:44:09 +01:00
kosmickrisp kk: Update kk_bind_descriptor_sets comment to reflect updated binding 2026-01-21 18:16:05 +00:00
loader loader: fix UB in wayland helper code. 2026-01-03 07:56:38 +00:00
mesa st/mesa: Call nir_recompute_io_bases after lowering FP variants 2026-01-21 20:54:15 +00:00
microsoft vk: descriptors: sort bindings along with flags 2026-01-20 15:55:47 +00:00
nouveau nvk: Handle unbound sets that contain dynamic buffers 2026-01-21 18:16:05 +00:00
panfrost panvk: Free drm device in can_present_on_device 2026-01-21 21:50:42 +00:00
poly panvk/csf: implement VK_EXT_primitives_generated_query primitive restart 2026-01-21 09:03:34 +00:00
tool
util util/driconf: Disable EGL RGB[A]16 unorm configs on panfrost for now 2026-01-21 12:29:03 +00:00
virtio venus: refactor Android ANB tracking to avoid confusions with WSI 2026-01-21 23:15:42 +00:00
vulkan vulkan: fix missing begin debug marker for HPLOC 2026-01-22 08:32:18 +01:00
x11
.clang-format
meson.build