1. 14 Feb, 2022 1 commit
  2. 04 Oct, 2021 1 commit
    • Oran Agra's avatar
      Fix redis-cli / redis-sential overflow on some platforms (CVE-2021-32762) (#9587) · 0215324a
      Oran Agra authored
      
      
      The redis-cli command line tool and redis-sentinel service may be vulnerable
      to integer overflow when parsing specially crafted large multi-bulk network
      replies. This is a result of a vulnerability in the underlying hiredis
      library which does not perform an overflow check before calling the calloc()
      heap allocation function.
      
      This issue only impacts systems with heap allocators that do not perform their
      own overflow checks. Most modern systems do and are therefore not likely to
      be affected. Furthermore, by default redis-sentinel uses the jemalloc allocator
      which is also not vulnerable.
      Co-authored-by: default avatarYossi Gottlieb <yossigo@gmail.com>
      0215324a
  3. 13 Dec, 2020 1 commit
  4. 06 Aug, 2020 1 commit
  5. 07 Oct, 2019 1 commit
    • Yossi Gottlieb's avatar
      TLS: Connections refactoring and TLS support. · b087dd1d
      Yossi Gottlieb authored
      * Introduce a connection abstraction layer for all socket operations and
      integrate it across the code base.
      * Provide an optional TLS connections implementation based on OpenSSL.
      * Pull a newer version of hiredis with TLS support.
      * Tests, redis-cli updates for TLS support.
      b087dd1d
  6. 20 Sep, 2019 1 commit
  7. 09 Jan, 2019 1 commit
  8. 21 Dec, 2016 1 commit
  9. 29 Sep, 2014 1 commit
  10. 23 Jun, 2014 1 commit
    • Matt Stancliff's avatar
      hiredis: Update to latest version · 28f32c99
      Matt Stancliff authored
      This is hiredis f225c276be7fd0646019b51023e3f41566633dfe
      
      This update includes all changes that diverged inside of Redis since
      the last update.  This version also allows optional source address
      binding for connections which we need for some Sentinel deployments.
      28f32c99
  11. 19 Feb, 2012 1 commit
  12. 05 May, 2011 1 commit
  13. 23 Dec, 2010 1 commit
  14. 16 Dec, 2010 1 commit
  15. 05 Nov, 2010 1 commit
  16. 04 Nov, 2010 1 commit
  17. 03 Nov, 2010 1 commit