public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] NetworkPkg/TcpDxe: Fix some issues in TcpDxe driver.
@ 2017-12-22  7:07 Jiaxin Wu
  2017-12-22  7:07 ` [Patch 1/3] NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before use Jiaxin Wu
  2017-12-22  7:07 ` [Patch 2/3] NetworkPkg/TcpDxe: Remove the redundant code Jiaxin Wu
  0 siblings, 2 replies; 5+ messages in thread
From: Jiaxin Wu @ 2017-12-22  7:07 UTC (permalink / raw)
  To: edk2-devel; +Cc: Fu Siyuan, Wang Fan, Ye Ting, Wu Jiaxin

Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wang Fan <fan.wang@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>

Jiaxin Wu (3):
  NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before use
  NetworkPkg/TcpDxe: Remove the redundant code.
  NetworkPkg/TcpDxe: Check TCP payload for release version.

 NetworkPkg/TcpDxe/SockInterface.c |  46 --------------
 NetworkPkg/TcpDxe/Socket.h        |  21 +------
 NetworkPkg/TcpDxe/TcpInput.c      | 125 ++++++++++++++++++++++++++++++--------
 NetworkPkg/TcpDxe/TcpMain.c       |   3 +
 NetworkPkg/TcpDxe/TcpOutput.c     |  29 ++++++---
 5 files changed, 126 insertions(+), 98 deletions(-)

-- 
1.9.5.msysgit.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-12-22  7:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-22  7:07 [Patch 0/3] NetworkPkg/TcpDxe: Fix some issues in TcpDxe driver Jiaxin Wu
2017-12-22  7:07 ` [Patch 1/3] NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before use Jiaxin Wu
2017-12-22  7:18   ` Fu, Siyuan
2017-12-22  7:07 ` [Patch 2/3] NetworkPkg/TcpDxe: Remove the redundant code Jiaxin Wu
2017-12-22  7:18   ` Fu, Siyuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox