1. 26 10月, 2007 1 次提交
  2. 11 10月, 2007 10 次提交
  3. 27 9月, 2007 1 次提交
  4. 26 9月, 2007 2 次提交
  5. 17 9月, 2007 2 次提交
  6. 31 8月, 2007 1 次提交
    • W
      SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly · 00f1c2df
      Wei Yongjun 提交于
      PROTOCOL VIOLATION error cause in ABORT is bad encode when make abort
      chunk. When SCTP encode ABORT chunk with PROTOCOL VIOLATION error cause,
      it just add the error messages to PROTOCOL VIOLATION error cause, the
      rest four bytes(struct sctp_paramhdr) is just add to the chunk, not
      change the length of error cause. This cause the ABORT chunk to be a bad
      format. The chunk is like this:
      
      ABORT chunk
        Chunk type: ABORT (6)
        Chunk flags: 0x00
        Chunk length: 72 (*1)
        Protocol violation cause
          Cause code: Protocol violation (0x000d)
          Cause length: 62 (*2)
          Cause information: 5468652063756D756C61746976652074736E2061636B2062...
          Cause padding: 0000
      [Needless] 00030010
      Chunk Length(*1) = 72 but Cause length(*2) only 62, not include the
      extend 4 bytes.
      ((72 - sizeof(chunk_hdr)) = 68) != (62 +3) / 4 * 4
      Signed-off-by: NWei Yongjun <yjwei@cn.fujitsu.com>
      Signed-off-by: NVlad Yasevich <vladislav.yasevich@hp.com>
      00f1c2df
  7. 30 8月, 2007 1 次提交
  8. 01 8月, 2007 1 次提交
  9. 14 6月, 2007 2 次提交
  10. 05 5月, 2007 2 次提交
  11. 26 4月, 2007 6 次提交
  12. 20 3月, 2007 2 次提交
  13. 24 1月, 2007 1 次提交
  14. 23 12月, 2006 2 次提交
  15. 14 12月, 2006 2 次提交
  16. 11 12月, 2006 1 次提交
  17. 03 12月, 2006 3 次提交