mesa/src/freedreno/decode
Eric Anholt 91c5bbc128 freedreno/cffdec: Fix format overflow warning.
../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>
2020-10-20 22:16:59 +00:00
..
scripts freedreno/cffdec: Add support for texturator's 2DMS layout setup. 2020-09-10 00:11:46 +00:00
buffers.c
buffers.h
cffdec.c freedreno/cffdec: Fix format overflow warning. 2020-10-20 22:16:59 +00:00
cffdec.h
cffdump.c freedreno/cffdump: add arg to filter by process name 2020-08-20 19:01:52 +00:00
crashdec.c freedreno/decode: try harder to not crash in disasm 2020-08-11 03:13:42 +00:00
io.c
io.h
meson.build freedreno/decode: move dependencies up a level 2020-08-03 19:46:49 +00:00
pager.c
pager.h
pgmdump.c freedreno: Fix file descriptor leak. 2020-09-09 21:56:04 +00:00
pgmdump2.c freedreno: deduplicate a3xx+ disasm 2020-07-28 09:45:08 +00:00
redump.h
rnnutil.c freedreno/cffdec: Stop open-coding enum parsing 2020-08-01 17:51:01 +00:00
rnnutil.h
script.c
script.h
util.h