0
0
mirror of https://github.com/sqlite/sqlite.git synced 2024-12-01 09:12:16 +01:00
sqlite/ext/fts5
dan 6aafd74853 Avoid some cases of signed integer overflow in fts5 by casting to unsigned values.
FossilOrigin-Name: 46a78c8c0ed518c4521e6e0bdebeb065bab07076abc444775002e7f4361d2242
2022-08-08 19:29:53 +00:00
..
test Avoid some cases of signed integer overflow in fts5 by casting to unsigned values. 2022-08-08 19:29:53 +00:00
tool
extract_api_docs.tcl
fts5_aux.c
fts5_buffer.c Fix a signed integer overflow in fts5 leading to a segfault that could occur when processing corrupt records. 2021-10-14 21:13:02 +00:00
fts5_config.c Fixes for harmless static-analyzer warnings. This also makes the code easier 2021-10-05 17:41:12 +00:00
fts5_expr.c Fix harmless compiler warnings. 2022-04-07 10:11:35 +00:00
fts5_hash.c Fix an assert() in fts5 that could fail with a corrupt database. 2021-10-16 13:59:08 +00:00
fts5_index.c Avoid some cases of signed integer overflow in fts5 by casting to unsigned values. 2022-08-08 19:29:53 +00:00
fts5_main.c Fix a case in fts5 where a corrupt database could cause a crash. 2022-03-11 12:02:18 +00:00
fts5_storage.c Fix harmless compiler warnings, mostly caused by prior efforts to get static 2021-10-05 18:59:05 +00:00
fts5_tcl.c
fts5_test_mi.c
fts5_test_tok.c
fts5_tokenize.c
fts5_unicode2.c
fts5_varint.c
fts5_vocab.c Improved defenses against integer overflow when computing the size of a 2021-11-26 17:10:18 +00:00
fts5.h
fts5Int.h Avoid some cases of signed integer overflow in fts5 by casting to unsigned values. 2022-08-08 19:29:53 +00:00
fts5parse.y
mkportersteps.tcl