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