mesa/src/freedreno
David Heidelberg c029b1499f freedreno/decode: fix possible overflow
```
../src/freedreno/decode/rddecompiler.c:242:65: error: 'sscanf' may overflow; destination buffer in argument 3 has size 32, but the corresponding specifier may require size 33 [-Werror,-Wfortify-source]
         if (sscanf(info->name, "%32[A-Z0-6_][%32[x0-9]].%32s", reg_name,
                                                                ^
../src/freedreno/decode/rddecompiler.c:243:21: error: 'sscanf' may overflow; destination buffer in argument 4 has size 32, but the corresponding specifier may require size 33 [-Werror,-Wfortify-source]
                    reg_idx, field_name) != 3) {
                    ^
../src/freedreno/decode/rddecompiler.c:243:30: error: 'sscanf' may overflow; destination buffer in argument 5 has size 32, but the corresponding specifier may require size 33 [-Werror,-Wfortify-source]
                    reg_idx, field_name) != 3) {
                             ^
```

Reviewed-by: Rob Clark <robclark@freedesktop.org>
Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22015>
2023-03-23 18:56:34 +00:00
..
.gitlab-ci freedreno+tu: Big GMEM support 2023-03-18 18:21:53 +00:00
afuc meson: do not use source_root() when possible 2022-11-22 06:11:07 +00:00
ci Move combining clip and cull optimization before linking 2023-03-22 19:01:40 +00:00
common tu: Fix tile_align_h on a650 2023-03-23 15:47:43 +00:00
computerator freedreno/drm: Return fence from submit flush 2022-12-17 19:14:12 +00:00
decode freedreno/decode: fix possible overflow 2023-03-23 18:56:34 +00:00
drm tu+meson: Re-work KMD selection 2023-02-25 17:02:34 +00:00
drm-shim freedreno/drm-shim: add a660 2022-07-22 02:11:14 +00:00
ds freedreno/pps: Fix a signed/unsigned complaint. 2023-01-18 05:04:46 +00:00
fdl freedreno/a6xx: Fix designator initializer order 2023-03-13 17:31:23 +00:00
ir2 freedreno/ir2: Re-indent 2021-04-17 15:38:56 +00:00
ir3 freedreno, nir, ir3: implement GL_EXT_shader_framebuffer_fetch 2023-03-23 16:59:56 +00:00
isa ir3: Add cat7 sleep instruction 2023-02-21 19:59:14 +00:00
perfcntrs freedreno/drm: Return fence from submit flush 2022-12-17 19:14:12 +00:00
registers freedreno+tu: Big GMEM support 2023-03-18 18:21:53 +00:00
rnn freedreno/rnn: Fix reg names for regs with variants 2023-03-23 17:54:57 +00:00
vulkan freedreno+tu: Big GMEM support 2023-03-18 18:21:53 +00:00
.clang-format freedreno: Add some options to .clang-format 2021-07-12 20:57:21 +00:00
.dir-locals.el freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
.editorconfig freedreno: Update editorconfig and emacs settings for freedreno reformat. 2021-05-10 23:16:00 +00:00
meson.build ci/freedreno: do not build tools executables without explicitly enabling them 2023-03-23 18:56:34 +00:00