[Bug 745858] New: [check] tempnam deprecated warning

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 8 15:01:28 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745858

            Bug ID: 745858
           Summary: [check] tempnam deprecated warning
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: debski.mi.zd at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 298834
  --> https://bugzilla.gnome.org/attachment.cgi?id=298834&action=edit
change tempnam to mkstemp

Using tempnam() gives warning and fails the build with -Werror.

check_msg.c:235:22: warning: 'tempnam' is deprecated: This function is provided
for compatibility reasons only. Due to security concerns inherent in the design
of tempnam(3), it is highly recommended that you use mkstemp(3) instead.
[-Wdeprecated-declarations]

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