1. 24 Apr, 2014 1 commit
    • antirez's avatar
      Lock nodes.conf to avoid multiple processes using the same file. · db06108b
      antirez authored
      This was a common source of problems among users.
      The solution adopted is not bullet-proof as if the user deletes the
      nodes.conf file manually, and starts a new instance with the same
      nodes.conf file path, two instances will use the same file. However
      following this reasoning the user may drop a nuclear bomb into the
      datacenter as well.
      db06108b
  2. 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
  3. 22 Apr, 2014 2 commits
  4. 18 Apr, 2014 1 commit
  5. 17 Apr, 2014 7 commits
  6. 16 Apr, 2014 4 commits
  7. 15 Apr, 2014 2 commits
  8. 14 Apr, 2014 19 commits
  9. 13 Apr, 2014 2 commits