Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1457727

Re: [PATCH v2] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq

From Pablo Neira Ayuso <pablo@netfilter.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq
Date 2016-08-08 13:20 +0200
Message-ID <s3QL8-Ev-43@gated-at.bofh.it> (permalink)
References <s21Ul-1q9-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Aug 03, 2016 at 12:41:40PM +0200, Christophe Leroy wrote:
> Do not drop packet when CSeq is 0 as 0 is also a valid value for CSeq.
> 
> simple_strtoul() will return 0 either when all digits are 0
> or if there are no digits at all. Therefore when simple_strtoul()
> returns 0 we check if first character is digit 0 or not.

Applied, thanks.

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq Christophe Leroy <christophe.leroy@c-s.fr> - 2016-08-03 12:50 +0200
  Re: [PATCH v2] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq Pablo Neira Ayuso <pablo@netfilter.org> - 2016-08-08 13:20 +0200

csiph-web