Rémi Verschelde
bf7ca623a6
Fix Coverity reports of uninitialized scalar variable
...
Fixes most current reports on Coverity Scan of uninitialized scalar
variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html
These happen most of the time (in our code) when instanciating structs
without a constructor (or with an incomplete one), and later returning
the instance. This is sometimes intended though, as some parameters are
only used in some situations and should not be double-initialized for
performance reasons (e.g. `constant` in ShaderLanguage::Token).
2018-04-19 15:20:45 +02:00
..
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-03-27 19:19:45 +02:00
2018-01-05 01:22:23 +01:00
2018-03-28 17:04:37 -03:00
2018-01-05 01:22:23 +01:00
2018-04-19 15:20:45 +02:00
2018-04-19 15:20:45 +02:00
2018-01-12 00:08:32 -03:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-04-19 15:20:45 +02:00
2018-04-03 23:56:37 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-02-21 19:46:06 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-15 10:37:13 +01:00
2018-01-05 01:22:23 +01:00
2018-01-18 22:01:42 +01:00
2018-01-01 14:40:47 +01:00
2018-02-28 20:23:40 +01:00
2018-02-28 20:23:40 +01:00
2018-01-12 00:08:32 -03:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-03-27 19:19:45 +02:00
2018-03-27 19:19:45 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-01 14:40:47 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-04-01 22:06:47 +07:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-18 22:01:42 +01:00
2018-01-18 22:01:42 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-01 14:40:47 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-02-25 12:07:13 -03:00
2018-02-25 12:07:13 -03:00
2018-01-15 07:49:29 +01:00
2018-01-15 07:49:29 +01:00
2018-04-08 17:24:26 -03:00
2018-04-08 17:24:26 -03:00
2018-04-08 17:24:26 -03:00
2018-04-08 17:24:26 -03:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-04-07 01:06:02 +02:00
2018-01-05 01:22:23 +01:00
2018-04-18 16:45:39 +03:00
2018-02-21 17:24:00 -03:00
2018-04-07 16:41:39 -03:00
2018-02-21 17:36:25 +03:00
2018-04-18 16:45:39 +03:00
2018-02-21 09:39:09 -03:00
2018-04-02 19:06:13 -04:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-02-03 12:10:44 +03:00
2018-01-05 01:22:23 +01:00
2018-03-27 19:19:45 +02:00
2018-02-20 22:33:59 +07:00
2018-03-27 19:19:45 +02:00
2018-01-05 01:22:23 +01:00
2018-04-04 16:02:44 +03:00
2018-04-19 15:20:45 +02:00
2018-04-19 15:20:45 +02:00
2018-03-02 23:15:32 +07:00