[Bug 739844] New: Use snprintf instead of sprintf which is vulnerable

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Nov 9 06:39:30 PST 2014


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

           Summary: Use snprintf instead of sprintf which is vulnerable
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: zzoon.ko at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


There are some places using sprintf, which deos not check buffer boundary.
I replaced them to using snprintf.

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