Re: Detecting Reads of Global Uninitialized Variables
- From: "jyu.james@xxxxxxxxx" <jyu.james@xxxxxxxxx>
- Date: 30 Sep 2005 07:35:38 -0700
Well, the problem is that I expect my code to actually initialize all
the global variables. I want to make sure that I'm not missing any
initializations. I don't want to just go and add artificial
initializations. Basically, I'm just trying to verify that the
existing code does initialize all the variables (before reading from
them).
Any suggestions for that?
.
- Follow-Ups:
- Re: Detecting Reads of Global Uninitialized Variables
- From: Alexei A. Frounze
- Re: Detecting Reads of Global Uninitialized Variables
- References:
- Re: Detecting Reads of Global Uninitialized Variables
- From: junky_fellow
- Re: Detecting Reads of Global Uninitialized Variables
- Prev by Date: Re: printf execution problem
- Next by Date: Re: printf execution problem
- Previous by thread: Re: Detecting Reads of Global Uninitialized Variables
- Next by thread: Re: Detecting Reads of Global Uninitialized Variables
- Index(es):
Relevant Pages
|