gstreamer/gst-libs/gst
Sebastian Dröge 7095b7c47a id3tag: Correctly validate the year from v1 tags before passing to GstDateTime
By using strtoul(), invalid values will get mapped to MAXULONG and we
would have to check errno. They won't get mapped to 0.

To solve this, use the signed g_ascii_strtoll(). This will map errors to
0 or G_MAXINT64 or G_MININT64, and the valid range for GstDateTime is >
0 and <= 9999 so we can directly check for this here.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/384
2019-04-26 09:46:58 +03:00
..
allocators libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
app appsrc: Fix docs typo 2019-03-16 14:57:56 +00:00
audio libs: Fix various Since markers 2019-04-23 12:28:26 +00:00
fft libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
gl gl/wayland: Don't prefix wl_shell struct field 2019-04-24 09:03:44 +00:00
pbutils libs: Fix various Since markers 2019-04-23 12:28:26 +00:00
riff libs: fix API export/import and 'inconsistent linkage' on MSVC 2018-09-24 08:45:34 +01:00
rtp basepayload: Expose onvif-no-rate-control property 2019-04-05 16:42:55 +00:00
rtsp libs: Fix various Since markers 2019-04-23 12:28:26 +00:00
sdp libs: Fix various Since markers 2019-04-23 12:28:26 +00:00
tag id3tag: Correctly validate the year from v1 tags before passing to GstDateTime 2019-04-26 09:46:58 +03:00
video libs: Fix various Since markers 2019-04-23 12:28:26 +00:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-app.h tools: add simple command-line gst-play utility for testing purposes 2013-08-16 15:45:23 +01:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am gl: hook up to build system 2017-12-19 12:01:48 +00:00
meson.build meson: Add feature options for all plugins 2018-07-27 18:42:11 +05:30