Skip to content

gio: Fix Null Pointer Access for object path.

Gaurav requested to merge ya1gaurav1/glib:patch-1 into master

If path is NULL, strrchr() can crash. Avoid using 2 variables (path & object_path) & handle assert at appropriate place.

Edited by Gaurav

Merge request reports