commit | 12e6ad0db531bbdc0b134742798842a25cc929aa | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Nov 02 15:32:13 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Nov 03 04:24:31 2021 +0000 |
tree | b02036b573c902c6ee66de6c1f28f11b707e4a8d | |
parent | d2bcdd5cdc58e566be034f488b1dddcffd0303a4 [diff] |
libcr51sign: Fix struct size warning The code is currently correct in the usage of the signature_rsa4096_pkcs15 struct, but GCC infers that we could use members past the end of the buffer it comes from. Change-Id: I728e7361dd677fcce498857124dbe8908aaac64d Signed-off-by: William A. Kennington III <wak@google.com>