gstreamer/ext/flac
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
..
gstflac.c Fix FSF address 2012-11-04 00:07:18 +00:00
gstflacdec.c audiodecoders: use default pad accept-caps handling 2015-08-15 11:46:34 -03:00
gstflacdec.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstflacenc.c flacenc: avoid potential string overflow 2015-09-28 20:25:22 +01:00
gstflacenc.h flacenc: update output segment stop time to match clipped samples 2014-10-30 14:30:30 +00:00
gstflactag.c flactag: forward caps event 2013-04-17 21:12:55 +02:00
gstflactag.h Fix FSF address 2012-11-04 00:07:18 +00:00
Makefile.am gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00