gstreamer/ext
Tim-Philipp Müller 6c09710292 flacenc: avoid potential string overflow
We don't necessarily have full control over the input tags, so
it's possible that the ISRC tag contains a longer string than
expected, in which case we'd write over the end of the static-size
13 byte buffer that is FLAC__StreamMetadata_CueSheet_Track::isrc.
Make sure to only copy the ISRC if it's not too long, and make
sure the buffer we write to is always NUL-terminated by using
g_strlcpy().

CID 1324931.
2015-09-28 20:25:22 +01:00
..
aalib gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
cairo cairooverlay: add support for RGB16 2014-01-31 14:17:54 +00:00
dv dvdemux: remove unused variable 2015-07-30 14:36:15 +01:00
flac flacenc: avoid potential string overflow 2015-09-28 20:25:22 +01:00
gdk_pixbuf Fix some compiler warnings when building with G_DISABLE_ASSERT 2015-09-26 22:18:26 +10:00
jack jack: case missing break statement 2015-02-19 11:20:55 +00:00
jpeg videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
libcaca cacasink: Fix support for RGB formats and add support for more of them 2013-05-07 15:54:24 +02:00
libpng videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
pulse pulse: add properties to GstDevice 2015-07-15 18:29:21 +02:00
raw1394 Improve and fix LATENCY query handling 2015-02-11 13:53:02 +01:00
shout2 docs: update example pipelines in element docs 2015-05-10 11:05:00 +01:00
soup souphttpsrc: remove unnecessary if, g_free is null safe 2015-08-14 06:43:13 -03:00
speex audioencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
taglib apev2mux: write APE tags at end for wavpack files 2014-11-28 13:12:46 +00:00
vpx videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
wavpack wavpackdec: fix taglist memory leak 2015-08-21 10:22:14 +03:00
Makefile.am mikmod: remove ancient unported plugin 2015-06-25 10:06:07 +01:00