1. 14 May, 2020 1 commit
  2. 02 May, 2020 1 commit
  3. 21 Apr, 2020 2 commits
  4. 23 Mar, 2020 2 commits
  5. 24 Feb, 2020 1 commit
  6. 16 Feb, 2020 1 commit
  7. 14 Feb, 2020 2 commits
  8. 13 Feb, 2020 1 commit
  9. 12 Feb, 2020 1 commit
  10. 11 Feb, 2020 2 commits
  11. 10 Feb, 2020 2 commits
  12. 07 Feb, 2020 2 commits
  13. 05 Dec, 2019 1 commit
    • Eran Liberty's avatar
      - memcpy(&id,ri.key,ri.key_len); · 08c3fe80
      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.
      08c3fe80
  14. 23 Jul, 2019 3 commits
  15. 22 Jul, 2019 4 commits
  16. 18 Jul, 2019 1 commit
  17. 17 Jul, 2019 1 commit
  18. 10 Jul, 2019 1 commit
  19. 05 Jul, 2019 1 commit
  20. 04 Jul, 2019 1 commit
  21. 03 Jul, 2019 1 commit