discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] uhd patch (valgrind happy)


From: Gaetano Mendola
Subject: Re: [Discuss-gnuradio] uhd patch (valgrind happy)
Date: Fri, 24 Jun 2011 12:34:01 +0200

On Fri, Jun 24, 2011 at 5:29 AM, Philip Balister <address@hidden> wrote:
>
>
> On 06/23/2011 02:48 PM, Gaetano Mendola wrote:
>>
>> Hi all,
>> running my application with valgrind it complained about some
>> uninitialized values.
>>
>> Patch attached.
>
> Is it possible these are false positives from Valgrind? It looks like it is
> possible the variales you are writing zeros to are filled out in a function
> call that does not care about their initial values. SO filling them with
> zeros is not necessary.

Those are not false positive, valgrind complains only when someone reads
not written memory area.

Regards
Gaetano Mendola



-- 
cpp-today.blogspot.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]