diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2015-06-26 13:55:01 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2015-06-27 16:04:07 +0100 |
commit | 203c3841fc6bf9bd2b71ff9ce8e86874375eec1e (patch) | |
tree | 08a123d2208601104847b1ffa9facafdb799ae31 /lib/igt_fb.c | |
parent | 76ea7b913373d1291a95706dfede7e48a812777e (diff) |
stats: Zero the whole structure at init() time
Because the structure started small, I initialized every member
directly, but that means that the new fields added weren't properly
initialized (sigh!). Zero the whole thing first then.
Also, the punishment for introducing a bug should be to write the
corresponding unit test. It's not a perfect one, but I'll take it.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'lib/igt_fb.c')
0 files changed, 0 insertions, 0 deletions