google / shaderc

A collection of tools, libraries, and tests for Vulkan shader compilation.
Other
1.85k stars 362 forks source link

dependency dumping does not handle the null return case of shaderc_util::GetOutputStream #290

Open dneto0 opened 7 years ago

dneto0 commented 7 years ago

This is in function DependencyInfoDumpingHandler::DumpDependencyInfo It dereferences *dep_file_stream right after its creation, without checking for nullptr.