Skip to content

server: Fix crash on missing cache entries

Brad King requested to merge brad.king/cmake:server-fix-crash into master

Test for nullptr before constructing std::string.

Ported from GitHub PR 311.

Merge request reports