[Bug 739846] New: Use snprintf instead of sprintf which is vulnerable
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sun Nov 9 06:52:42 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=739846
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: ---
Created an attachment (id=290274)
--> (https://bugzilla.gnome.org/attachment.cgi?id=290274)
Use snprintf instead of sprintf which is vulnerable
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