GNOME Bugzilla – Bug 655574
ogg: crash determining duration of empty vorbis packet
Last modified: 2011-08-03 09:05:58 UTC
Created attachment 192869 [details] [review] Fix crash when determining duration of empty vorbis packet In packet_duration_vorbis (ext/ogg/gstoggstream.c), the packet data is dereferenced without checking if the packet is 0 bytes. This causes a crash.
commit 8bd3bdaf3768b3fb6adc85b3bc681fdce07b786e Author: Jonathan Liu <net147@gmail.com> Date: Wed Aug 3 10:18:29 2011 +0200 oggstream: Fix crashes with 0-byte vorbis packets Fixes bug #655574.