]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/TcpDxe/TcpDispatcher.c
MdePkg/SmmMemLib: Check for untested memory in GCD
[mirror_edk2.git] / NetworkPkg / TcpDxe / TcpDispatcher.c
index 9a352b1531e1d85899fedc3d976313fbbb4f79c4..ce8441d72097bfd2fd4e494739836518b8765a67 100644 (file)
@@ -2,7 +2,7 @@
   The implementation of a dispatch routine for processing TCP requests.\r
 \r
   (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>\r
-  Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
@@ -360,7 +360,7 @@ TcpAttachPcb (
   } else {\r
     IpProtocolGuid = &gEfiIp6ProtocolGuid;\r
   }\r
-  \r
+\r
   Tcb = AllocateZeroPool (sizeof (TCP_CB));\r
 \r
   if (Tcb == NULL) {\r
@@ -398,7 +398,7 @@ TcpAttachPcb (
     IpIoRemoveIp (IpIo, Tcb->IpInfo);\r
     return Status;\r
   }\r
-  \r
+\r
   InitializeListHead (&Tcb->List);\r
   InitializeListHead (&Tcb->SndQue);\r
   InitializeListHead (&Tcb->RcvQue);\r
@@ -430,7 +430,7 @@ TcpDetachPcb (
   ASSERT (Tcb != NULL);\r
 \r
   TcpFlushPcb (Tcb);\r
-  \r
+\r
   IpIoRemoveIp (ProtoData->TcpService->IpIo, Tcb->IpInfo);\r
 \r
   FreePool (Tcb);\r