aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtney@LunarG.com>2014-12-01 09:31:17 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2014-12-05 15:02:01 -0700
commit2141c2e23b47c9816e3e2b99f0c85acb32d4dbc7 (patch)
tree847104d1a38daa694ffd1ec75604476e43b2793f /include
parentf1d025eb07c62ef2c0e79ffebcaa60aeda841c47 (diff)
downloadusermoji-2141c2e23b47c9816e3e2b99f0c85acb32d4dbc7.tar.xz
layers: Eliminate statically allocated strings
See suspicious crashes when debug layers are enabled. Believe this is due to memory overruns with fixed size string allocations. This patch makes most of the allocations compute the space needed to eliminate overruns and show as much of the debug info as possible. Also uses strncpy and strncat to ensure strings stay within the limits of the buffer.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions