<div dir="ltr">Sorry. Please ignore this. Everything is ok here.</div><div class="gmail_extra"><br><div class="gmail_quote">2015-10-15 19:56 GMT+03:00 Batalov Eugene <span dir="ltr">&lt;<a href="mailto:eabatalov89@gmail.com" target="_blank">eabatalov89@gmail.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello.<div><br></div><div>Please take a look at ./cr-dump.c:717-742 lines:</div><div><br></div><div>717: struct pstree_item *item; // local pointer variable isn&#39;t initialized explicitly</div><div>...</div><div>// First use of item is here:</div><div>734     for_each_pstree_item(item) {</div><div><br></div><div>// Here is how macro is defined</div><div><div>75 #define for_each_pstree_item(pi) \</div><div>76     for (pi = root_item; pi != NULL; pi = pstree_item_next(pi))</div></div><div><br></div><div>Looks like <br clear="all"><div>struct pstree_item *item = NULL;</div><div>is needed here.</div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div>Best regards,<br>Eugene Batalov.</div>
</font></span></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Best regards,<br>Eugene Batalov.</div>
</div>