[dsc] dsc malloc() memory corruption error
Duane Wessels
wessels at measurement-factory.com
Tue Feb 23 15:40:13 UTC 2010
On Tue, 23 Feb 2010, Ted Fines wrote:
> Hi,
>
> Thank you. Still having problems, unfortunately.
>
> The source download at
> http://dns.measurement-factory.com/tools/dsc/download/dsc-200911111630.tar.gzalready
> has the changes you note below in its collector/dsc/Makefile.in. I
My mistake. I made the patch incorrectly. It should be this:
$ svn diff -r12013:12176 collector/dsc/Makefile.in
Index: collector/dsc/Makefile.in
===================================================================
--- collector/dsc/Makefile.in (revision 12013)
+++ collector/dsc/Makefile.in (revision 12176)
@@ -1,8 +1,8 @@
PROG=dsc
HAPY=../TmfBase/Hapy
-CFLAGS=-g -Wall
+CFLAGS=-g -Wall -DUSE_IPV6=1
CPPFLAGS = ${CFLAGS}
-MYCPPFLAGS = -DUSE_IPV6=1 -I $(HAPY)/src/include -I/usr/local/include
+MYCPPFLAGS = -g -DUSE_IPV6=1 -I $(HAPY)/src/include -I/usr/local/include
LDFLAGS += -L/usr/local/lib
TODAY != date +%Y%m%d
INSTALLDIR=/usr/local/dsc
More information about the dsc
mailing list