osquery-1/osquery/sql
Teddy Reed 13290ed7ac
leak: Fix memory leak when SQL query fails (#5911)
There is a memory leak when a SQL statement is evaluated and returns an
error while stepping. An example includes returning sqlite3_result_error
from regexStringMatchFunc. The root cause is not finalizing a prepared
statement.
2019-10-20 14:59:07 -04:00
..
benchmarks Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
tests Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
BUCK fixed double main function 2019-01-31 15:09:12 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
dynamic_table_row.cpp Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
dynamic_table_row.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sql.cpp OSQueryd changes for encoding type in JSON syntax 2019-03-04 09:15:21 -08:00
sqlite_encoding.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_filesystem.cpp Fix sqlite API usage errors (#5551) 2019-03-31 11:56:03 -07:00
sqlite_hashing.cpp Fix sqlite API usage errors (#5551) 2019-03-31 11:56:03 -07:00
sqlite_math.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_operations.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
sqlite_string.cpp sql function regex_match (and some tests for other sql functions) (#5444) 2019-08-14 11:51:21 -04:00
sqlite_util.cpp leak: Fix memory leak when SQL query fails (#5911) 2019-10-20 14:59:07 -04:00
sqlite_util.h allow mounting SQLite DBs using WAL journaling with ATC 2019-07-17 10:12:48 -07:00
virtual_sqlite_table.cpp allow mounting SQLite DBs using WAL journaling with ATC 2019-07-17 10:12:48 -07:00
virtual_table.cpp Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00
virtual_table.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00