aboutsummaryrefslogtreecommitdiff
path: root/ext/fts3/fts3_write.c
Commit message (Expand)AuthorAge
* Initialize a local variable in FTS3 to avoid a GCC compiler warning.drh2023-06-12
* Avoid a buffer overread in fts3 that could occur when processing a corrupt re...dan2023-03-18
* Make the legacy FTS3 code more robust against integer overflow duringdrh2022-09-27
* Fix a 1-byte overread in fts3 that could occur when processing corrupt records.dan2022-06-03
* Fix a use-after-free in fts3 that could follow an optimize() in the middle of...dan2021-10-12
* Fix harmless static-analyzer warnings.drh2021-10-04
* Avoid a buffer overread in fts3 that could occur when handling corrupt data s...dan2021-06-08
* Fix a buffer overrun in fts3 that could occur when handling corrupt records a...dan2021-06-07
* Fix an assert() in fts3 that might fail when handing corrupt records.dan2021-04-16
* Fix a case where fts3 was erroneously reporting corruption.dan2021-03-03
* Fix a case where FTS3/4 could pass a NULL pointer to memcpy() when handling a...dan2021-02-20
* Fix handling of another corrupt database case in fts3.dan2020-07-09
* Avoid a potential buffer overread in fts3 when processing corrupt records.dan2020-06-30
* Fix a problem that could cause an infinite loop in the fts3 'merge' command.dan2020-06-26
* Fix an integer overflow in fts3 causing a usan error.dan2020-04-22
* Improve corruption detection in fts3 shadow tables earlier in order to preven...dan2020-04-16
* Avoid an undefined integer overflow in fts3 by detecting data structure corru...dan2020-03-20
* Fix some fts3 problems found by usan.dan2020-02-06
* In fts3, avoid making a very large memory allocation if the merge-hint record...dan2020-01-03
* Fix problems in fts3 with processing corrupt records and undefined integer ov...dan2019-12-14
* Fix a buffer overread that could occur in fts3 with corrupt %_stat records.dan2019-12-04
* Fix to check-in [5d9a369301a65f32] so that it compiles without SQLITE_DEBUG.drh2019-11-26
* Fix an assert() in fts3 that could fail due to corrupt database records.dan2019-11-26
* Further improve detection of corrupt records in fts3.dan2019-11-20
* Further improvements to shadow table corruption detection in FTS3.drh2019-11-18
* Better detection of corruption in the %_stat and %_docsize shadow tablesdrh2019-11-17
* Remove a reachable NEVER() in FTS3.drh2019-11-17
* More improvements to shadow table corruption detection in FTS3.drh2019-11-16
* Improved detection of corrupt shadow tables in FTS3. Enable the debuggingdrh2019-11-16
* Fix a problem in fts3 causing it to report corruption if a doclist contains c...dan2019-10-28
* Avoid an infinite loop in fts3/4 incremental-merge in the case where the lowe...dan2019-10-17
* Ensure fts3/4 prefix indexes are flushed to disk before an 'optimize' command...dan2019-10-11
* Fix the fts3/4 integrity-check command so that it works with "ORDER=DESC" tab...dan2019-10-11
* Fix a problem in the fts3 integrity-check routine causing it to report as cor...dan2019-10-10
* Fix a long-standing problem in fts4 incrmental merge.dan2019-10-02
* The nodeReaderInit() function in FTS3 may not assume that the node isdrh2019-09-30
* Fix a crash in fts3 caused by corrupt database records.dan2019-07-29
* Fix a valgrind problem in fts3corrupt4.test.dan2019-07-05
* Fix a segfault in fts3 that could occur when processing corrupt fts records.dan2019-06-04
* Fix an assert() in fts3 that could fail when processing corrupt records. Also...dan2019-05-28
* Fix a buffer overread that could in fts3 when dealing with corrupt records.dan2019-05-22
* Fix another instance in fts3 where a corrupt record can cause a buffer overflow.dan2019-04-24
* Fix an error in fts3_write.c allowing a corrupt database to cause a crash.dan2019-04-24
* Use the 64-bit memory allocator interfaces in extensions, whenever possible.drh2019-04-13
* Fix an assert() that might not be true if the %_segdir table of FTS3 containsdrh2019-02-18
* Change a few assert() statements in fts3 that might fail if the database is c...dan2019-02-09
* Add an assert_fts3_nc() macro to fts3 - for assert() conditions that are only...dan2019-01-25
* Fix another segfault caused by a corrupt fts3 database.dan2019-01-22
* Fix a memory leak that could occur in fts3 when handling a corrupt database.dan2019-01-16
* Fix a problem with querying a corrupt fts3 database.dan2019-01-14