mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 00:18:09 +02:00
../src/freedreno/decode/cffdec.c: In function ‘reg_disasm_gpuaddr’:
../src/freedreno/decode/cffdec.c:404:29: error: ‘sprintf’ writing a
terminating nul past the end of the destination [-Werror=format-overflow=]
404 | sprintf(filename, "%04d.%s", n++, ext);
../src/freedreno/decode/cffdec.c:404:3: note: ‘sprintf’ output between
9 and 16 bytes into a destination of size 8
404 | sprintf(filename, "%04d.%s", n++, ext);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7224>
|
||
|---|---|---|
| .. | ||
| scripts | ||
| buffers.c | ||
| buffers.h | ||
| cffdec.c | ||
| cffdec.h | ||
| cffdump.c | ||
| crashdec.c | ||
| io.c | ||
| io.h | ||
| meson.build | ||
| pager.c | ||
| pager.h | ||
| pgmdump.c | ||
| pgmdump2.c | ||
| redump.h | ||
| rnnutil.c | ||
| rnnutil.h | ||
| script.c | ||
| script.h | ||
| util.h | ||