Skip to content
Commit e30c1985 authored by Tanu Kaskinen's avatar Tanu Kaskinen
Browse files

Fix ustring initialization from a NULL pointer

The packages vector was initialized from a and b, but b is sometimes
NULL. Glib::ustring can't be initialized from a NULL pointer, so the
initialization crashed.

This bug was introduced by the dbus-glib to gdbus conversion in commit
b8246d3f.

Fixes: #4
parent 76524440
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment