fix add-user.c

This commit is contained in:
Michael Hohn
2025-03-03 11:11:52 -08:00
committed by =Michael Hohn
parent ade70e9b32
commit ea0311f339
340 changed files with 1 additions and 56944 deletions

View File

@@ -81,6 +81,7 @@ void write_info(int id, char* info) {
write_log("query: %s\n", query);
/* Write info */
rc = sqlite3_exec(db, query, NULL, 0, &zErrMsg);
abort_on_exec_error(rc, db, zErrMsg);
sqlite3_close(db);

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +0,0 @@
---
sourceLocationPrefix: /Users/hohn/local/codeql-dataflow-sql-injection
baselineLinesOfCode: 14203
unicodeNewlines: false
columnKind: utf8
primaryLanguage: cpp
creationMetadata:
sha: 03c38d3c8976f98ba88f33df52df2771d1e5797d
cliVersion: 2.20.0
creationTime: 2025-03-03T18:17:17.455806Z
finalised: true

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More