1. 11 Dec, 2018 7 commits
  2. 22 Nov, 2018 2 commits
  3. 07 Nov, 2018 7 commits
  4. 03 Oct, 2018 2 commits
  5. 14 Sep, 2018 5 commits
  6. 13 Jul, 2018 2 commits
  7. 10 Jul, 2018 1 commit
  8. 09 Jul, 2018 4 commits
  9. 03 Jul, 2018 1 commit
  10. 28 Jun, 2018 7 commits
  11. 13 Jun, 2018 2 commits
    • antirez's avatar
      Security: fix redis-cli buffer overflow. · b80e4b69
      antirez authored
      Thanks to Fakhri Zulkifli for reporting it.
      
      The fix switched to dynamic allocation, copying the final prompt in the
      static buffer only at the end.
      b80e4b69
    • antirez's avatar
      Security: fix redis-cli buffer overflow. · ce17f76b
      antirez authored
      Thanks to Fakhri Zulkifli for reporting it.
      
      The fix switched to dynamic allocation, copying the final prompt in the
      static buffer only at the end.
      ce17f76b