<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:23:21 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Whamcloud Community JIRA</title>
    <link>https://jira.whamcloud.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.14</version>
        <build-number>940014</build-number>
        <build-date>05-12-2023</build-date>
    </build-info>


<item>
            <title>[LU-2217] Fix &apos;NULL pointer dereference&apos; errors </title>
                <link>https://jira.whamcloud.com/browse/LU-2217</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Thanks to the Coverity tool, we found some Null pointer dereferences in the Lustre code.&lt;/p&gt;

&lt;p&gt;I will propose a patch to address the issues. &lt;/p&gt;</description>
                <environment></environment>
        <key id="16415">LU-2217</key>
            <summary>Fix &apos;NULL pointer dereference&apos; errors </summary>
                <type id="7" iconUrl="https://jira.whamcloud.com/images/icons/issuetypes/task_agile.png">Technical task</type>
                            <parent id="17451">LU-2753</parent>
                                    <priority id="3" iconUrl="https://jira.whamcloud.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="5" iconUrl="https://jira.whamcloud.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="emoly.liu">Emoly Liu</assignee>
                                    <reporter username="sebastien.buisson">Sebastien Buisson</reporter>
                        <labels>
                            <label>build</label>
                            <label>coverity</label>
                            <label>patch</label>
                    </labels>
                <created>Mon, 22 Oct 2012 05:10:23 +0000</created>
                <updated>Fri, 6 Sep 2013 23:50:36 +0000</updated>
                            <resolved>Fri, 6 Sep 2013 23:50:36 +0000</resolved>
                                    <version>Lustre 2.4.0</version>
                    <version>Lustre 2.1.3</version>
                                    <fixVersion>Lustre 2.5.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                            <comments>
                            <comment id="46832" author="sebastien.buisson" created="Mon, 22 Oct 2012 08:13:38 +0000"  >&lt;p&gt;The patch is available here:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/4369&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4369&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It implements a defensive approach in some parts of the code, adding many LASSERT() calls.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Sebastien.&lt;/p&gt;</comment>
                            <comment id="46835" author="pjones" created="Mon, 22 Oct 2012 08:50:46 +0000"  >&lt;p&gt;Thanks for the patch Sebastien.&lt;/p&gt;

&lt;p&gt;Emoly&lt;/p&gt;

&lt;p&gt;Could you please help by reviewing Sebastien&apos;s suggested patch?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;Peter &lt;/p&gt;</comment>
                            <comment id="47072" author="emoly.liu" created="Mon, 29 Oct 2012 21:51:48 +0000"  >&lt;p&gt;Sorry for my late reply. I am still relative new for jira.&lt;br/&gt;
I will review this patch soon.&lt;/p&gt;

&lt;p&gt;Emoly&lt;/p&gt;</comment>
                            <comment id="47422" author="emoly.liu" created="Mon, 5 Nov 2012 20:13:28 +0000"  >&lt;p&gt;The patch has been reviewed. Since the new assetion in mdt_open.c caused recovery-small.sh test_23 and replay-single.sh test_14 failure, the patch needs to be revised further.&lt;/p&gt;</comment>
                            <comment id="48581" author="sebastien.buisson" created="Fri, 30 Nov 2012 09:45:31 +0000"  >&lt;p&gt;The big patch proposed initially has been split into four smaller ones:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4720&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4720&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4721&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4721&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4722&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4722&lt;/a&gt;&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4723&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4723&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="51432" author="emoly.liu" created="Tue, 29 Jan 2013 21:09:22 +0000"  >&lt;p&gt;Oleg,&lt;/p&gt;

&lt;p&gt;As Keith mentioned, these patches are a great many LASSERT adds, something like &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-1961&quot; title=&quot;Fix &amp;#39;dereference before null check&amp;#39; errors&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-1961&quot;&gt;&lt;del&gt;LU-1961&lt;/del&gt;&lt;/a&gt;, so could you please take a look at them?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br/&gt;
Emoly&lt;/p&gt;</comment>
                            <comment id="58963" author="sebastien.buisson" created="Tue, 21 May 2013 09:13:05 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;After reviews, I removed unnecessary assertions from the patches. As the resulting patches are a lot smaller, I reintegrated all the modifications into a single patch, pushed here:&lt;br/&gt;
&lt;a href=&quot;http://review.whamcloud.com/4720&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/4720&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The other patches are abandoned.&lt;/p&gt;

&lt;p&gt;Sebastien.&lt;/p&gt;</comment>
                            <comment id="65997" author="pjones" created="Fri, 6 Sep 2013 23:50:36 +0000"  >&lt;p&gt;Landed for 2.5&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10890" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10390" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hzvaqn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5275</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>