Skip to content

MKV demux: proper allocation failure handling

Allocation failures of new were not handled properly in the mkv demux module Open. In once case it was handled but new was missing the std::nothrow, making the check useless.

Merge request reports