commit | af02768dace900e7e62d6788b4ff81b57b3e0a79 | [log] [tgz] |
---|---|---|
author | Julius Werner <jwerner@chromium.org> | Tue Dec 08 16:59:27 2020 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Dec 16 00:39:29 2020 +0000 |
tree | 012e67db92ee97a61df1d6b285f309e862df5446 | |
parent | fb25edf13402ef3be8935c7d3dc1416efff49c5b [diff] |
cgptlib: Always zero-initialize GPT entries buffers ClusterFuzz still managed to find cases where we try to CRC a GPT entries buffer that wasn't initialized. Not that that's really an issue or anything... but this patch should shut it up. BRANCH=none BUG=chromium:1155876 TEST=none Signed-off-by: Julius Werner <jwerner@chromium.org> Change-Id: I3d0b4f34693d87b66513f398dd13441aba543c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2580110 Reviewed-by: Joel Kitching <kitching@chromium.org>