[dsc] dsc malloc() memory corruption error

Ted Fines fines at macalester.edu
Tue Feb 23 21:54:20 UTC 2010


Hi,

I get the same error with the new Makefile.in too.  This system is a VMWare
virtual machine, in case that makes a difference...

Thanks,
Ted

On Tue, Feb 23, 2010 at 9:40 AM, Duane Wessels <
wessels at measurement-factory.com> wrote:

>
>
>
> 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