[edk2] [Patch 0/2] Fix the bug when cleaning up the TLS instance

Jiaxin Wu posted 2 patches 6 years, 8 months ago
Failed in applying to current master (apply log)
CryptoPkg/Library/TlsLib/TlsInit.c | 10 +---------
NetworkPkg/HttpDxe/HttpImpl.c      |  1 +
NetworkPkg/HttpDxe/HttpProto.c     |  7 +++++++
NetworkPkg/HttpDxe/HttpProto.h     |  3 ++-
NetworkPkg/HttpDxe/HttpsSupport.c  | 14 +++++++-------
NetworkPkg/HttpDxe/HttpsSupport.h  |  4 +++-
6 files changed, 21 insertions(+), 18 deletions(-)
[edk2] [Patch 0/2] Fix the bug when cleaning up the TLS instance
Posted by Jiaxin Wu 6 years, 8 months ago
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>

Jiaxin Wu (2):
  CryptoPkg/TlsLib: Remove the redundant free of BIO objects
  NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP child

 CryptoPkg/Library/TlsLib/TlsInit.c | 10 +---------
 NetworkPkg/HttpDxe/HttpImpl.c      |  1 +
 NetworkPkg/HttpDxe/HttpProto.c     |  7 +++++++
 NetworkPkg/HttpDxe/HttpProto.h     |  3 ++-
 NetworkPkg/HttpDxe/HttpsSupport.c  | 14 +++++++-------
 NetworkPkg/HttpDxe/HttpsSupport.h  |  4 +++-
 6 files changed, 21 insertions(+), 18 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [Patch 0/2] Fix the bug when cleaning up the TLS instance
Posted by Fu, Siyuan 6 years, 8 months ago
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>


-----Original Message-----
From: Wu, Jiaxin 
Sent: Monday, July 31, 2017 1:41 PM
To: edk2-devel@lists.01.org
Cc: Ye, Ting <ting.ye@intel.com>; Fu, Siyuan <siyuan.fu@intel.com>; Long, Qin <qin.long@intel.com>; Wu, Jiaxin <jiaxin.wu@intel.com>
Subject: [Patch 0/2] Fix the bug when cleaning up the TLS instance

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Long Qin <qin.long@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>

Jiaxin Wu (2):
  CryptoPkg/TlsLib: Remove the redundant free of BIO objects
  NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP child

 CryptoPkg/Library/TlsLib/TlsInit.c | 10 +---------
 NetworkPkg/HttpDxe/HttpImpl.c      |  1 +
 NetworkPkg/HttpDxe/HttpProto.c     |  7 +++++++
 NetworkPkg/HttpDxe/HttpProto.h     |  3 ++-
 NetworkPkg/HttpDxe/HttpsSupport.c  | 14 +++++++-------
 NetworkPkg/HttpDxe/HttpsSupport.h  |  4 +++-
 6 files changed, 21 insertions(+), 18 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel