summaryrefslogtreecommitdiff
path: root/tests/integration/corrupt-dump.tcl
Commit message (Expand)AuthorAgeFilesLines
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-1/+1
* Fix set with duplicate elements causes sdiff to hang (#11530)Binbin2022-11-221-0/+19
* sanitize dump payload: fix crash with empty set with listpack encoding (#11519)Binbin2022-11-201-0/+9
* Avoid valgrind fishy value warning on corrupt restore payloads (#10937)Oran Agra2022-07-131-0/+11
* solve corrupt dump fuzzer crash in streams (#10579)Oran Agra2022-04-141-2/+10
* Add stream consumer group lag tracking and reporting (#9127)Itamar Haber2022-02-231-4/+3
* santize dump payload: fix carsh when zset with NAN score (#10002)Binbin2021-12-261-1/+11
* Santize dump payload: fix crash when stream with duplicate consumes (#9918)sundb2021-12-081-0/+11
* Santize dump payload: fix invalid listpack entry start with EOF (#9889)sundb2021-12-041-0/+9
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-50/+18
* fix invalid read on corrupt ziplist (#9831)Oran Agra2021-11-231-0/+11
* Fix invalid access in lpFind on corrupted listpack (#9819)Oran Agra2021-11-221-0/+10
* fix string escaping in corrupt-dump test to support TCL8.5 (#9824)Oran Agra2021-11-221-3/+3
* Fix false positive leak reported by GCC ASAN (#9816)Oran Agra2021-11-211-2/+25
* Prevent LCS from allocating temp memory over proto-max-bulk-len (#9817)Oran Agra2021-11-211-0/+9
* Add support for list type to store elements larger than 4GB (#9357)perryitay2021-11-031-0/+8
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-12/+10
* Optimize quicklistIndex to seek from the nearest end (#9454)Viktor Söderqvist2021-09-061-2/+2
* Sanitize dump payload: fix double free after insert dup nodekey to stream rax...sundb2021-08-201-0/+10
* Skip OOM-related tests on incompatible platforms. (#9386)Yossi Gottlieb2021-08-181-0/+12
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-30/+46
* Sanitize dump payload: handle remaining empty key when RDB loading and restor...sundb2021-08-091-14/+38
* Improvements to corrupt payload sanitization (#9321)Oran Agra2021-08-051-0/+86
* Sanitize dump payload: fix empty keys when RDB loading and restore command (#...sundb2021-08-051-8/+57
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-2/+2
* Improve test suite to handle external servers better. (#9033)Yossi Gottlieb2021-06-091-1/+1
* Corrupt stream key access to uninitialized memory (#8681)Oran Agra2021-03-241-0/+11
* Fix test issues from introduction of HRANDFIELD (#8424)Oran Agra2021-01-311-0/+11
* Sanitize dump payload: excessive free on dup zset fields (#8189)Oran Agra2020-12-141-0/+10
* Sanitize dump payload: fail RESTORE if memory allocation failsOran Agra2020-12-061-0/+19
* Sanitize dump payload: validate no duplicate records in hash/zset/intsetOran Agra2020-12-061-6/+48
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-17/+279
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+178