diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2014-12-01 09:31:17 -0700 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2014-12-05 15:02:01 -0700 |
| commit | 2141c2e23b47c9816e3e2b99f0c85acb32d4dbc7 (patch) | |
| tree | 847104d1a38daa694ffd1ec75604476e43b2793f /include | |
| parent | f1d025eb07c62ef2c0e79ffebcaa60aeda841c47 (diff) | |
| download | usermoji-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
