public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [MdeModulePkg/Ip4Dxe] Is it a bug in Ip4Input.c?
@ 2017-03-23  2:44 Guoheyi
  2017-03-23  2:51 ` Zeng, Star
  2017-03-23  5:12 ` Fu, Siyuan
  0 siblings, 2 replies; 5+ messages in thread
From: Guoheyi @ 2017-03-23  2:44 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Feng Tian, Star Zeng

Hi folks,

In MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Inpu.c, line #666~672, temporary variable Packet is set but not used, nor it is referred by any event. Is it a bug or just something useless?

666     if (Packet == NULL) {
667       Packet = IpSecWrap->Packet;           // Packet is set here, but not used any more.
668       gBS->SignalEvent (RecycleEvent);
669       FreePool (IpSecWrap);
670       Status = EFI_OUT_OF_RESOURCES;
671       goto ON_EXIT;                        // function will return on ON_EXIT
672     }


Please advise.

Thanks and regards,

Gary (Heyi Guo)


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

end of thread, other threads:[~2017-03-23  5:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23  2:44 [MdeModulePkg/Ip4Dxe] Is it a bug in Ip4Input.c? Guoheyi
2017-03-23  2:51 ` Zeng, Star
2017-03-23  5:12 ` Fu, Siyuan
2017-03-23  5:38   ` 答复: " Guoheyi
2017-03-23  5:41     ` Fu, Siyuan

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