Skip to content
Snippets Groups Projects
Commit 4cc3467e authored by Chris Evans's avatar Chris Evans Committed by Ronald S. Bultje
Browse files

oggdec: prevent heap corruption.


Specifically crafted samples can reinit ogg->streams[] while
reading samples, and thus we should not cache old pointers since
these may no longer be valid.

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
parent b047941d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment