- libogg has been modified to ignore the chksum checks if OGG_NO_CHKSUM is set in the environment - libvorbis has been modified to allow codebook attributes to be changed on generation. -- see scripts/ for examples - examples/ contains the output of scripts/* -- each one shows issues with in Ogg libraries. - scripts are run on one of two files: -- empty.wav: dd if=/dev/zero of=empty.wav bs=64b count=1 -- random.wav: dd if=/dev/urandom of=random.wav bs=64b count=1 - scripts must be run from libvorbis-VERS/examples - Original testing was done with flayer and fuzz to bypass checks version and checksum. Tue Mar 11 09:39:56 PDT 2008 -redpig