-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix an assertion crash on a device with invalid keys
It is a profoundly invalid case when a tracked device has either an empty id or invalid/inexistent keys. Previously there was a Q_ASSERT guarding that; arguably, it's better to just clean away that kind of stuff from the database if it's encountered, and continue operating.
- Loading branch information
1 parent
8db3d43
commit 4b2e394
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters