Re: Double-free bug in logmsg.c

2004-01-17 Thread Mark D. Baushke
n version > 1.11.11, I managed to track down a double-free bug in logmsg.c. A patch > against the 1.11.11 sources is attached. > --- logmsg.c.orig 2004-01-17 16:13:43.0 -0600 > +++ logmsg.c 2004-01-17 16:14:12.0 -0600 > @@ -551,6 +551,7 @@ > error (0, errno

Double-free bug in logmsg.c

2004-01-17 Thread Gerald Combs
After running into segmentation faults and assertion failures in version 1.11.11, I managed to track down a double-free bug in logmsg.c. A patch against the 1.11.11 sources is attached. --- logmsg.c.orig 2004-01-17 16:13:43.0 -0600 +++ logmsg.c2004-01-17 16:14:12.0 -0600