bug-gmp
[Top][All Lists]
Advanced

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

Re: Reading uninitialized memory


From: Kevin Ryde
Subject: Re: Reading uninitialized memory
Date: 26 Jan 2002 06:30:52 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Torbjorn Granlund <address@hidden> writes:
> 
> It would be better to fix the checker program
> to track undefined values and make sure they aren't actually used, or
> else live with their inaccuracies.

Maybe we could have mpz_init (and friends) store a dummy value to the
low limb so mpz_get_si (etc) doesn't trigger the checker.  Is there a
#define available to say when a checker build is being done?



reply via email to

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