- 16 Feb, 2020 1 commit
-
-
Madelyn Olson authored
-
- 14 Feb, 2020 2 commits
-
-
Itamar Haber authored
... with CSC disabled
-
antirez authored
-
- 13 Feb, 2020 1 commit
-
-
antirez authored
-
- 12 Feb, 2020 1 commit
-
-
antirez authored
-
- 11 Feb, 2020 2 commits
- 10 Feb, 2020 2 commits
- 07 Feb, 2020 2 commits
- 05 Dec, 2019 1 commit
-
-
Eran Liberty authored
+ memcpy(&id,ri.key,sizeof(id)); The memcpy from the key to the id reliease on the fact that this key *should* be 8 bytes long as it was entered as such a few lines up the code. BUT if someone will change the code to the point this is no longer true, current code can trash the stack which makes debugging very hard while this fix will result in some garbage id, or even page fault. Both are preferable to stack mangaling.
-
- 23 Jul, 2019 3 commits
-
-
antirez authored
-
antirez authored
-
zhaozhao.zz authored
-
- 22 Jul, 2019 4 commits
- 18 Jul, 2019 1 commit
-
-
zhaozhao.zz authored
-
- 17 Jul, 2019 1 commit
-
-
zhaozhao.zz authored
-
- 10 Jul, 2019 1 commit
-
-
antirez authored
-
- 05 Jul, 2019 1 commit
-
-
antirez authored
-
- 04 Jul, 2019 1 commit
-
-
antirez authored
-
- 03 Jul, 2019 1 commit
-
-
antirez authored
-