After using sigbak to extract a signal backup to an SQLite database, I opened the database in sqlitebrowser, which discovered two unexpected tokens. Is this normal, or did I run into an edge case? The database passes integrity checks and contains what I would expect otherwise.
After using
sigbak
to extract a signal backup to an SQLite database, I opened the database insqlitebrowser
, which discovered two unexpected tokens. Is this normal, or did I run into an edge case? The database passes integrity checks and contains what I would expect otherwise.I've built sigbak on Kubuntu 19.10 with the default toolchain of gcc 9.2.1.