Bug#644794: [PATCH] Fix buffer lengths for IPv6 adresses logging

2011-10-11 Thread Thomas Preud'homme
Le lundi 10 octobre 2011 00:15:15, Thomas Preud'homme a écrit : > Le dimanche 9 octobre 2011 19:16:58, Thomas Preud'homme a écrit : > > Le dimanche 9 octobre 2011 15:11:10, Julien Valroff a écrit : > > > Hi, > > > > > > Here is an attempt to fix Debian bug #644794 [0] stating the logged > > > IPv6

Bug#644794: [PATCH] Fix buffer lengths for IPv6 adresses logging

2011-10-09 Thread Thomas Preud'homme
Le dimanche 9 octobre 2011 19:16:58, Thomas Preud'homme a écrit : > Le dimanche 9 octobre 2011 15:11:10, Julien Valroff a écrit : > > Hi, > > > > Here is an attempt to fix Debian bug #644794 [0] stating the logged > > IPv6 addresses are truncated. > > > > Cheers, > > Julien > > I would like to p

Bug#644794: [PATCH] Fix buffer lengths for IPv6 adresses logging

2011-10-09 Thread Thomas Preud'homme
Le dimanche 9 octobre 2011 15:11:10, Julien Valroff a écrit : > Hi, > > Here is an attempt to fix Debian bug #644794 [0] stating the logged > IPv6 addresses are truncated. > > Cheers, > Julien I would like to propose a patch myself too. Size of ip array should be 128 but I'm thinking about repl

Bug#644794: [PATCH] Fix buffer lengths for IPv6 adresses logging

2011-10-09 Thread Julien Valroff
Hi, Here is an attempt to fix Debian bug #644794 [0] stating the logged IPv6 addresses are truncated. Cheers, Julien [0] http://bugs.debian.org/644794 --- CHANGELOG |2 ++ src/dspam.c |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG inde