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.
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.
VideoLAN code repository instance