Skip to content
Commit 1d8ab156 authored by Dan Leinir Turthra Jensen's avatar Dan Leinir Turthra Jensen 🌈
Browse files

Don't crash if the fwupd error is null

I got a difficult-to-reproduce crash, which pointed at the fact that
this error can, at times, be null. Without the validity check this
patch introduces, we then attempted to deref that null pointer, and
crashed.

Differential Revision: https://phabricator.kde.org/D19561
parent 2b7e28d3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment