[Bug 736906] wavparse: Initializing variables before using them

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jan 28 22:20:18 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=736906
  GStreamer | gst-plugins-good | unspecified

Sanjay NM <sanjay.nm> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #287148|0                           |1
        is obsolete|                            |

--- Comment #3 from Sanjay NM <sanjay.nm at samsung.com> 2015-01-29 06:20:15 UTC ---
Created an attachment (id=295721)
 View: https://bugzilla.gnome.org/attachment.cgi?id=295721
 Review: https://bugzilla.gnome.org/review?bug=736906&attachment=295721

wavparse: Initializing uninitialized cur, stop variables

cur, stop variable at line 376 are not initialized before sending them by
reference to another function.
Initializing them to avoid any possible issues due to it.

-- 
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