There is a bug in flac/encode.c which can overflow the bitbuffer during verification when encoding using very large blocksizes. The code in verify_read_callback() should be checking the remaining space available before writing.
Josh Coalson
2001-02-12
Josh Coalson
2001-02-12
I put in a temporary workaround in libFLAC/bitbuffer.c which creates a default bitbuffer large enough so the bug won't be triggered. Eventually I'll fix it the right way.
Josh Coalson
2001-02-22
Fixed in CVS.
Josh Coalson
2001-02-22