Skip to content

inspector: do not dereference null pointer

Rodrigo Muino Tomonari requested to merge github/fork/eugeneo/more_coverity into master
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

inspector - just a minor bugfix

Description of change

This issue was caught by Coverity. Apparently, nullptr in std::string ctor is undefined behaviour.

Merge request reports

Loading