1. 16 Feb, 2020 1 commit
  2. 14 Feb, 2020 2 commits
  3. 13 Feb, 2020 1 commit
  4. 12 Feb, 2020 1 commit
  5. 11 Feb, 2020 2 commits
  6. 10 Feb, 2020 2 commits
  7. 07 Feb, 2020 2 commits
  8. 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
  9. 23 Jul, 2019 3 commits
  10. 22 Jul, 2019 4 commits
  11. 18 Jul, 2019 1 commit
  12. 17 Jul, 2019 1 commit
  13. 10 Jul, 2019 1 commit
  14. 05 Jul, 2019 1 commit
  15. 04 Jul, 2019 1 commit
  16. 03 Jul, 2019 1 commit