1. 23 Apr, 2014 2 commits
    • Glauber Costa's avatar
      fix null pointer access with no file pointer · 7dd44327
      Glauber Costa authored
      I happen to be working on a system that lacks urandom. While the code does try
      to handle this case and artificially create some bytes if the file pointer is
      empty, it does try to close it unconditionally, leading to a segfault.
      7dd44327
    • antirez's avatar
      Missing return REDIS_ERR added to processMultibulkBuffer(). · cb4e2ee9
      antirez authored
      When we set a protocol error we should return with REDIS_ERR to let the
      caller know it should stop processing the client.
      
      Bug found in a code auditing related to issue #1699.
      cb4e2ee9
  2. 22 Apr, 2014 2 commits
  3. 18 Apr, 2014 1 commit
  4. 17 Apr, 2014 7 commits
  5. 16 Apr, 2014 4 commits
  6. 15 Apr, 2014 2 commits
  7. 14 Apr, 2014 19 commits
  8. 13 Apr, 2014 3 commits