audk/CryptoPkg/Library
Qin Long 7c410b3d41 CryptoPkg/BaseCryptLib: Adding NULL checking in time() wrapper.
There are some explicit time(NULL) calls in openssl-1.1.0xx source,
but the dummy time() wrapper in ConstantTimeClock.c (used by PEI
and SMM module) has no any checks on NULL parameter. This is one bug
and will cause the memory access issue.
This patch adds the NULL parameter checking in time() wrapper.

Cc: Ting Ye <ting.ye@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
2017-04-07 00:28:56 +08:00
..
BaseCryptLib CryptoPkg/BaseCryptLib: Adding NULL checking in time() wrapper. 2017-04-07 00:28:56 +08:00
BaseCryptLibRuntimeCryptProtocol CryptoPkg: Fix typos in comments 2016-11-07 23:21:22 +08:00
Include CryptoPkg: Fix possible unresolved external symbol issue. 2017-04-07 00:27:34 +08:00
IntrinsicLib CryptoPkg: Fix possible unresolved external symbol issue. 2017-04-07 00:27:34 +08:00
OpensslLib CryptoPkg/OpensslLib: Suppress extra build warnings in openssl source 2017-04-07 00:24:16 +08:00
TlsLib CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00