[Bug 743414] rtpvp8: undefined behaviour. division by zero

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jan 25 11:15:25 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=743414
  GStreamer | gst-plugins-good | git master

--- Comment #3 from Luis de Bethencourt <luis at debethencourt.com> 2015-01-25 19:15:21 UTC ---
I understand. I can mark the coverity issue as a false positive.

Does this mean the following check in gst_rtp_buffer_calc_payload_len() is
never going to be True?:

  if (packet_len <
      GST_RTP_HEADER_LEN + (csrc_count * sizeof (guint32)) + pad_len)
    return 0;

gst-plugins-base/gst-libs/gst/rtp/gstrtpbuffer.c:292

Should it be removed or does it serve a purpose?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list