1. 26 8月, 2007 1 次提交
  2. 25 8月, 2007 5 次提交
  3. 24 8月, 2007 1 次提交
    • T
      Fix combo_decrypt() to throw an error for zero-length input when using a · b918bf86
      Tom Lane 提交于
      padded encryption scheme.  Formerly it would try to access res[(unsigned) -1],
      which resulted in core dumps on 64-bit machines, and was certainly trouble
      waiting to happen on 32-bit machines (though in at least the known case
      it was harmless because that byte would be overwritten after return).
      Per report from Ken Colson; fix by Marko Kreen.
      b918bf86
  4. 23 8月, 2007 6 次提交
  5. 22 8月, 2007 12 次提交
  6. 21 8月, 2007 13 次提交
  7. 20 8月, 2007 1 次提交
  8. 19 8月, 2007 1 次提交