Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5 https://github.com/tianocore/edk2/commit/7b4a99be8a39c12d3a7fc4b8db9f0eab4ac688d5 Author: Stewart, Chris (SW Architect) via groups.io <chris.stewart=hp....@groups.io> Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths: M CryptoPkg/Library/BaseCryptLib/Pk/CryptTs.c Log Message: ----------- CryptoPkg: BaseCryptLib fix incorrect param order REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3550 Function ConvertAsn1TimeToEfiTime initializes timestamp to zeroes with SetMem, but the actual parameters are out of order. The result is the SetMem operation has no effect. The fix is to put the actual parameters in the correct order. Signed-off-by: Chris Stewart <chris.stew...@hp.com> Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> Reviewed-by: Jiewen Yao <jiewen....@intel.com> Cc: Jiewen Yao <jiewen....@intel.com> Cc: Jian J Wang <jian.j.w...@intel.com> Cc: Xiaoyu Lu <xiaoyux...@intel.com> Cc: Guomin Jiang <guomin.ji...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits