Xiph.org - mirrors/vorbis.git/summary
Vorbis git repository
Les articles publiés sur le site
-
Bump version for 1.3.5 release.
5 janvier 2015, par Ralph Giles -
Fix crash on corrupt input file (invalid mode index)
4 janvier 2015, par Tim TerriberryFix crash on corrupt input file (invalid mode index) vorbis_packet_blocksize() crashes with a NULL pointer dereference, if the "mode" index read from the packet is too large. Check this immediately after reading the value and before accessing the mode parameters. This crash potentially affects all users of libvorbisfile and anyone else who calls vorbis_packet_blocksize() manually. Patch by Martin Steghöfer <martin@steghoefer.eu> Fixes #2140 Bug-Debian: https://bugs.debian.org/774516 git-svn-id: http://svn.xiph.org/trunk/vorbis@19419 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Fix spec typo.
14 octobre 2014, par Ralph Giles -
Fix some typos in the spec.
10 octobre 2014, par Tim Terriberry -
Correct two more corner case problems with #1486 :
24 juin 2014, par MontyCorrect two more corner case problems with #1486: 1) single-page streams will have no bisection; handle the special case explicitly 2) if the bisection fails without ever successfully grabbing a page, the first-page-special-case check is unprotected and will look at uninitialized memory. git-svn-id: http://svn.xiph.org/trunk/vorbis@19171 0101bb08-14d6-0310-b084-bc0e0c8e3800