On Dec 15, 2010, at 8:46 AM, 罗钰 wrote:
> Hi, all experts:I find a suspect point in function of
> sctp_process_a_data_chunk in all FreeBSD branches.for example:Line 1900 of
> sctp_indata: (asoc->strmin[strmno].last_sequence_delivered + 1) ==
> strmseqThis is a logical judgement sentence.last
Hi, all experts: I find a suspect point in function
of sctp_process_a_data_chunk in all FreeBSD branches.for example:Line 1900 of
sctp_indata: (asoc->strmin[strmno].last_sequence_delivered + 1) == strmseqThis
is a logical judgement sentence.last_sequence_delivered is unsigned short type,
str