bug-gmp
[Top][All Lists]
Advanced

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

Re: Reading uninitialized memory


From: Torbjorn Granlund
Subject: Re: Reading uninitialized memory
Date: 26 Jan 2002 20:16:27 +0100
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7

Andrew Vaught <address@hidden> writes:

    In order for checker and similar products (purify, Electric Fence) to
  prevent the propagation of undefined values, dataflow analysis at
  compile-time is required.  The unused value from memory is read into a
  register and then is sometimes not used.  Because checker is doing its
  thing at run-time, it is too late for the dataflow analysis.

Well, just as it can trace pointers, it could trace values coming from
unitialized memory.

-- 
Torbjörn



reply via email to

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