gstreamer/gst/flv
Tim-Philipp Müller 93690bfdd6 flvmux: fix invalid write caused by using sizeof("string") as length
sizeof("foo") includes the string's NUL-terminator in the size returned,
but we're writing strings here with an explicit size at the beginning
and no NUL-terminator. In most cases using sizeof("foo") as length in
memcpy is not harmful, but it is where the string goes right at the
end of our buffer to write, since we don't allocate space for that
NUL terminator.
2009-07-31 23:54:47 +01:00
..
gstflvdemux.c flvdemux: Implement SEEKING query 2009-07-23 11:51:07 +02:00
gstflvdemux.h [MOVED FROM BAD 50/57] flv: Add documentation to flvmux and flvdemux 2009-05-12 21:21:01 +02:00
gstflvmux.c flvmux: fix invalid write caused by using sizeof("string") as length 2009-07-31 23:54:47 +01:00
gstflvmux.h flvmux: Write an index table to the end of the file 2009-05-22 19:41:58 +02:00
gstflvparse.c flvdemux: Implement SEEKING query 2009-07-23 11:51:07 +02:00
gstflvparse.h [MOVED FROM BAD 43/57] gst/flv/: Don't memcpy() all data we want to push downstream, instead just create subbuffers and push them downstream. 2009-05-12 21:20:59 +02:00
Makefile.am [MOVED FROM BAD 46/57] Don't install static libs for plugins. Fixes #550851 for -bad. 2009-05-12 21:21:00 +02:00