Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
Simon Pilgrim 879c12d95a Fix null dereference static analysis warning. NFCI.
Replace cast_or_null<> with cast<> as we immediately dereference the pointer afterward so we're not expecting a null pointer.
2021-01-26 16:19:18 +00:00

105 KiB