Re: [PATCH] fix off-by-one in DecodeQ931

2016-07-11 Thread Pablo Neira Ayuso
On Wed, Jul 13, 2016 at 02:59:00PM -0400, Toby DiPasquale wrote: > fix off-by-one in DecodeQ931 > > This patch corrects an off-by-one error in the DecodeQ931 function in > the nf_conntrack_h323 module. This error could result in reading off > the end of a Q.931 frame. Applied to nf-next, thanks.

[PATCH] fix off-by-one in DecodeQ931

2016-07-09 Thread Toby DiPasquale
fix off-by-one in DecodeQ931 This patch corrects an off-by-one error in the DecodeQ931 function in the nf_conntrack_h323 module. This error could result in reading off the end of a Q.931 frame. Signed-off-by: Toby DiPasquale --- net/netfilter/nf_conntrack_h323_asn1.c | 3 ++- 1

Re: [PATCH] fix off-by-one in DecodeQ931

2016-07-05 Thread Pablo Neira Ayuso
Hi Tobias, On Wed, Jul 13, 2016 at 02:59:00PM -0400, Toby DiPasquale wrote: > --- > net/netfilter/nf_conntrack_h323_asn1.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Please add a description to your patch and include your Signed-off-by. For more info, have a look at:

[PATCH] fix off-by-one in DecodeQ931

2016-07-03 Thread Toby DiPasquale
--- net/netfilter/nf_conntrack_h323_asn1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/netfilter/nf_conntrack_h323_asn1.c b/net/netfilter/nf_conntrack_h323_asn1.c index bcd5ed6..89b2e46 100644 --- a/net/netfilter/nf_conntrack_h323_asn1.c +++