1. 23 Apr, 2014 2 commits
    • Glauber Costa's avatar
      fix null pointer access with no file pointer · 96b5dc0b
      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.
      96b5dc0b
    • antirez's avatar
      Missing return REDIS_ERR added to processMultibulkBuffer(). · 35252037
      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.
      35252037
  2. 22 Apr, 2014 2 commits
  3. 18 Apr, 2014 8 commits
  4. 16 Apr, 2014 28 commits