After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 511810 - [RTSP] Uses MT-unsafe gmtime() function
[RTSP] Uses MT-unsafe gmtime() function
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal major
: 0.10.18
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-24 15:19 UTC by Sebastian Dröge (slomo)
Modified: 2008-02-02 14:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2008-01-24 15:19:39 UTC
Hi,
currently gstrtspconnection.c uses the MT-unsafe gmtime() function. This should be avoided somehow, see bug #511807.
Comment 1 Sebastian Dröge (slomo) 2008-02-02 07:13:09 UTC
2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>

        * configure.ac:
        * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
        Use gmtime_r if available as gmtime is not MT-safe.
        Fixes bug #511810.