[Bug 729067] New: goom filter: left shift of 24 places cannot be represented in type 'int'

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Apr 27 11:02:29 PDT 2014


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

           Summary: goom filter: left shift of 24 places cannot be
                    represented in type 'int'
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: luis at debethencourt.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


In gst/goom/filters.c there is a left shift of 24 places to an integer. This
can cause a problem for values over 128.

For example:
runtime error: left shift of 134 by 24 places cannot be represented in type
'int'.

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