<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 02:13:17 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-7945] Suspicious dereference of pointer before NULL check in mdt_handle_idmap()</title>
                <link>https://jira.whamcloud.com/browse/LU-7945</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;Suspicious dereference of pointer &apos;req-&amp;gt;rq_export&apos; by passing argument 1 to function &apos;mdt_exp2dev&apos; at line 138 before NULL check at line 146&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;An event which alters the program&apos;s state, leading to the defect&lt;br/&gt;
mdt_idmap.c:138: &apos;req-&amp;gt;rq_export&apos; is dereferenced by being passed as argument 1 to function &apos;mdt_exp2dev&apos;.&lt;/li&gt;
	&lt;li&gt;An event which alters the program&apos;s state, leading to the defect&lt;br/&gt;
mdt_internal.h:915: &apos;exp&apos; is passed to function &apos;mdt_exp2dev&apos;.&lt;/li&gt;
	&lt;li&gt;An event which alters the program&apos;s state, leading to the defect&lt;br/&gt;
mdt_internal.h:917: &apos;exp&apos; is explicitly dereferenced.&lt;/li&gt;
	&lt;li&gt;An event which alters the program&apos;s state, leading to the defect&lt;br/&gt;
mdt_idmap.c:146: &apos;req-&amp;gt;rq_export&apos; is checked for NULL.
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;135		&lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; mdt_handle_idmap(struct tgt_session_info *tsi)
136		{
137			struct ptlrpc_request	*req = tgt_ses_req(tsi);
138			struct mdt_device	*mdt = mdt_exp2dev(req-&amp;gt;rq_export);
139		        struct mdt_export_data *med;
140		        struct ptlrpc_user_desc *pud = req-&amp;gt;rq_user_desc;
141		        struct md_identity *identity;
142		        __u32 opc;
143		        &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; rc = 0;
144		        ENTRY;
145		 
146		        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (!req-&amp;gt;rq_export)
147		                RETURN(0);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="35686">LU-7945</key>
            <summary>Suspicious dereference of pointer before NULL check in mdt_handle_idmap()</summary>
                <type id="1" iconUrl="https://jira.whamcloud.com/secure/viewavatar?size=xsmall&amp;avatarId=11303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.whamcloud.com/images/icons/priorities/minor.svg">Minor</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="wc-triage">WC Triage</assignee>
                                    <reporter username="dmiter">Dmitry Eremin</reporter>
                        <labels>
                            <label>kw</label>
                    </labels>
                <created>Tue, 29 Mar 2016 17:18:30 +0000</created>
                <updated>Sat, 10 Mar 2018 03:39:12 +0000</updated>
                            <resolved>Sat, 10 Mar 2018 03:39:11 +0000</resolved>
                                    <version>Lustre 2.9.0</version>
                                    <fixVersion>Lustre 2.9.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                            <comments>
                            <comment id="223023" author="adilger" created="Sat, 10 Mar 2018 03:38:51 +0000"  >&lt;p&gt;This code was removed in patch &lt;a href=&quot;http://review.whamcloud.com/19789&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/19789&lt;/a&gt; &quot;&lt;tt&gt;&lt;a href=&quot;https://jira.whamcloud.com/browse/LU-6971&quot; title=&quot;Remove obsolete remote client and &amp;quot;lfs cp|ls|getacl|setacl&amp;quot; commands&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-6971&quot;&gt;&lt;del&gt;LU-6971&lt;/del&gt;&lt;/a&gt; cleanup: not support remote client anymore&lt;/tt&gt;&quot;.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Related</name>
                                            <outwardlinks description="is related to ">
                                        <issuelink>
            <issuekey id="31405">LU-6971</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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|hzy64f:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10060" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10022"><![CDATA[3]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>