Lines Matching full:uninitialised
120 xreflabel="Use of uninitialised values">
121 <title>Use of uninitialised values</title>
125 Conditional jump or move depends on uninitialised value(s)
131 <para>An uninitialised-value use error is reported when your program
144 junk (uninitialised) data as much as it likes. Memcheck observes this
146 issued only when your program attempts to make use of uninitialised
148 In this example, <varname>x</varname> is uninitialised. Memcheck observes
155 <para>Sources of uninitialised data tend to be:</para>
169 <para>To see information on the sources of uninitialised data in your
172 the root causes of uninitialised value errors.</para>
179 xreflabel="Use of uninitialised or unaddressable values in system
181 <title>Use of uninitialised or unaddressable values in system
221 Syscall param write(buf) points to uninitialised byte(s)
229 Syscall param exit(error_code) contains uninitialised byte(s)
234 <para>... because the program has (a) written uninitialised junk
236 uninitialised value to <function>exit</function>. Note that the first
695 the origin of uninitialised values. By default, it does not,
697 uninitialised value is being used in a dangerous way, it
698 cannot tell you where the uninitialised value came from. This
703 track of the origins of all uninitialised values. Then, when
704 an uninitialised value error is
711 <para>For uninitialised values originating from a heap
713 allocated. For uninitialised values originating from a stack
724 identify the root cause of uninitialised value errors, and so
752 originating from illegal addresses are marked as uninitialised, and
904 meaning an uninitialised-value error when
911 of an uninitialised CPU condition code.</para>
1024 uninitialised values from <varname>a[]</varname> into
1038 uninitialised values. Note that it <command>doesn't</command> complain
1064 programs routinely copy uninitialised values around in memory, and we
1092 warning will only be emitted if the uninitialised values are later
1229 potentially large set of uninitialised-value errors, one for every