You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In PsfRuntime/Config.cpp we have function load_json. We try multiple locations where we expect config.json. But if config.sjon is not found anywhere, we don't get proper error. It simply crashes. Check the for loop. We don't check if file is still null after exiting the for loop but that is a valid outcome from the code flow.
The text was updated successfully, but these errors were encountered:
In PsfRuntime/Config.cpp we have function load_json. We try multiple locations where we expect config.json. But if config.sjon is not found anywhere, we don't get proper error. It simply crashes. Check the for loop. We don't check if file is still null after exiting the for loop but that is a valid outcome from the code flow.
The text was updated successfully, but these errors were encountered: