Skip to content

GSettings crash fixes

Andy Holmes requested to merge andyholmes/gjs:gsettings-crash-fixes into master

To avoid two possible crashes when constructing a GSettings object, we check for both a unspecified schema path and a supplied path that conflicts with what the schema itself specifies.

Since we're re-using some variables, optimize the prop name lookups while we do this.

Merge request reports