Skip to content

Commit 0c7fa23

Browse files
committed
cov896123: default to empty results
1 parent 13dd41f commit 0c7fa23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/misc/lws-struct-sqlite.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ lws_struct_sq3_deserialize(sqlite3 *pdb, const char *filter, const char *order,
198198
a.toplevel_dll2_ofs = schema->ofs;
199199

200200
lws_dll2_owner_clear(o);
201+
results[0] = '\0';
201202

202203
/*
203204
* Explicitly list the columns instead of use *, so we can skip blobs

0 commit comments

Comments
 (0)