https://bugs.linaro.org/show_bug.cgi?id=2222

            Bug ID: 2222
           Summary: Coverity: uninitialized variables
           Product: OpenDataPlane - linux- generic reference
           Version: v1.10
          Hardware: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: ---
         Component: Packet IO
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
  Target Milestone: ---

*** CID 161196:  Uninitialized variables  (UNINIT)
/test/validation/pktio/pktio.c: 881 in test_recv_tmo()
875             odp_pktio_t pktio[MAX_NUM_IFACES];
876             odp_pktio_capability_t capa;
877             odp_pktin_queue_param_t in_queue_param;
878             odp_pktout_queue_t pktout_queue;
879             int test_pkt_count = 6;
880             odp_packet_t pkt_tbl[test_pkt_count];
>>>     CID 161196:  Uninitialized variables  (UNINIT)
>>>     Declaring variable "pkt_seq" without initializer.
881             uint32_t pkt_seq[test_pkt_count];
882             uint64_t ns;
883             unsigned num_q;
884             int ret;
885             int i;
886

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to