1. 28 Aug, 2011 1 commit
    • Nadeem Vawda's avatar
      Issue #12839: Fix crash in zlib module due to version mismatch. · 5514067b
      Nadeem Vawda authored
      If the version of zlib used to compile the zlib module is incompatible
      with the one that is actually linked in, then calls into zlib will fail.
      This can leave attributes of the z_stream uninitialized, so we must take
      care to avoid segfaulting by trying to use an invalid pointer.
      
      Fix by Richard M. Tew.
      5514067b
  2. 27 Aug, 2011 1 commit
  3. 26 Aug, 2011 3 commits
  4. 25 Aug, 2011 1 commit
  5. 26 Aug, 2011 4 commits
  6. 25 Aug, 2011 4 commits
  7. 24 Aug, 2011 1 commit
  8. 23 Aug, 2011 2 commits
  9. 22 Aug, 2011 1 commit
  10. 21 Aug, 2011 2 commits
  11. 20 Aug, 2011 5 commits
  12. 19 Aug, 2011 15 commits