commit | 5b6c2beac0a9bce02c38e774ebebbde3d288e5dc | [log] [tgz] |
---|---|---|
author | Shivaansh Agrawal <shivaansh.agrawal@ittiam.com> | Thu Aug 06 22:48:43 2020 +0530 |
committer | Ray Essick <essick@google.com> | Tue Aug 11 17:52:25 2020 +0000 |
tree | 726ca70715386ae7102480763d652c354b490cd1 | |
parent | dbe0e8752bc791f19fd6c47d9a88cc9f584ee32a [diff] |
zero initialize allocated memory initialize allocated memory if not written after allocation to prevent invalid indices from being accessed Bug: 160633884 Test: initialize memory such that only msb is 0, eg. memset(s->dec_table, 0x7f, size), run fuzzer with testvector Change-Id: I0951bb4a898f5ecfe4d4d0c302ad11b3e62b434e