This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2bb306dfcf Coverity 610276: Uninitialized scalar field (#10500)
2bb306dfcf is described below

commit 2bb306dfcfc966459247fed05f028c926210a561
Author: Bryan Call <bc...@apache.org>
AuthorDate: Fri Sep 22 16:11:33 2023 -0700

    Coverity 610276: Uninitialized scalar field (#10500)
    
    Removed uninitialized and unused variable
---
 iocore/net/I_UDPPacket.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/iocore/net/I_UDPPacket.h b/iocore/net/I_UDPPacket.h
index 64942a4b6b..ed1882f1b0 100644
--- a/iocore/net/I_UDPPacket.h
+++ b/iocore/net/I_UDPPacket.h
@@ -84,8 +84,6 @@ public:
   IpEndpoint from; // what address came from
   IpEndpoint to;   // what address to send to
 
-  int from_size;
-
   LINK(UDPPacket, link);
   // Factory (static) methods
 

Reply via email to