Skip to content
  • Michael Smith's avatar
    ext/vorbis/vorbisenc.c: If we get a zero-sized input buffer, don't pass it to... · 45b6d734
    Michael Smith authored
    ext/vorbis/vorbisenc.c: If we get a zero-sized input buffer, don't pass it to libvorbis, as that marks EOS internally...
    
    Original commit message from CVS:
    * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
    If we get a zero-sized input buffer, don't pass it to libvorbis, as
    that marks EOS internally. After that, libvorbis will buffer all
    input data, and encode none of it, eventually leading to memory
    exhaustion.
    45b6d734