Hi,<br><br>As far as I see in libvorbis most of the places where _ogg_malloc(), _ogg_realloc and _ogg_calloc() is called the return value is not checked for out of memory condition. Is there any plan to change this?<br><br>
For my use-case the application is not allowed to crash. So if libvorbis can not handle this condition, I guess I would need to preallocate a large enough custom memory heap for all kind of vorbis files and override the ogg allocation macros.<br>
<br clear="all">Best regards,<br>Gábor<br>