diff --git a/Frameworks/io/src/path.cc b/Frameworks/io/src/path.cc index b75da1dd..61e4741d 100644 --- a/Frameworks/io/src/path.cc +++ b/Frameworks/io/src/path.cc @@ -494,6 +494,8 @@ namespace path uint32_t info (std::string const& path, uint32_t mask) { uint32_t res = 0; + if(path == NULL_STR) + return res; std::string const& name = path::name(path); if(name == ".")