mirror of https://github.com/acidanthera/audk.git
b5a985ca92
clang-analyzer noticed this: Pk/CryptPkcs7Verify.c:600:5: warning: Value stored to 'OldSize' is never read OldSize = BufferSize; ^ ~~~~~~~~~~ Pk/CryptPkcs7Verify.c:644:5: warning: Value stored to 'OldSize' is never read OldSize = BufferSize; ^ ~~~~~~~~~~ 2 warnings generated. These are each immediately followed by a loop that initializes them (to the same values) a second time, and are otherwise only referenced inside that loop, so there's just no point to these assignments at all. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Peter Jones <pjones@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Long Qin <qin.long@intel.com> |
||
---|---|---|
.. | ||
CryptAuthenticode.c | ||
CryptAuthenticodeNull.c | ||
CryptDh.c | ||
CryptDhNull.c | ||
CryptPkcs5Pbkdf2.c | ||
CryptPkcs5Pbkdf2Null.c | ||
CryptPkcs7Sign.c | ||
CryptPkcs7SignNull.c | ||
CryptPkcs7Verify.c | ||
CryptPkcs7VerifyNull.c | ||
CryptRsaBasic.c | ||
CryptRsaExt.c | ||
CryptRsaExtNull.c | ||
CryptTs.c | ||
CryptTsNull.c | ||
CryptX509.c | ||
CryptX509Null.c |