<!-- 
RSS generated by JIRA (9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c) at Sat Feb 10 01:07:54 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-525] llapi_file_get_stripe() fails with ENAMETOOLONG</title>
                <link>https://jira.whamcloud.com/browse/LU-525</link>
                <project id="10000" key="LU">Lustre</project>
                    <description>&lt;p&gt;The patch from bugzilla ticket 22766 added the following code:&lt;/p&gt;

&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;diff --git a/lustre/utils/liblustreapi.c b/lustre/utils/liblustreapi.c
index 1e88a51..72818c8 100644
--- a/lustre/utils/liblustreapi.c
+++ b/lustre/utils/liblustreapi.c
@@ -1566,6 +1566,8 @@ &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; llapi_file_get_stripe(&lt;span class=&quot;code-keyword&quot;&gt;const&lt;/span&gt; &lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt; *path, struct lov_user_md *lum)
         &lt;span class=&quot;code-object&quot;&gt;int&lt;/span&gt; fd, rc = 0;
 
         fname = strrchr(path, &lt;span class=&quot;code-quote&quot;&gt;&apos;/&apos;&lt;/span&gt;);
+        &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (strlen(fname) + 1 &amp;lt; sizeof(struct lov_user_md))
+                &lt;span class=&quot;code-keyword&quot;&gt;return&lt;/span&gt; ENAMETOOLONG;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;This check does not make any sense and causes llapi_file_get_stripe() to fail with ENAMETOOLONG without any obvious reasons.&lt;/p&gt;</description>
                <environment></environment>
        <key id="11373">LU-525</key>
            <summary>llapi_file_get_stripe() fails with ENAMETOOLONG</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="johann">Johann Lombardi</assignee>
                                    <reporter username="johann">Johann Lombardi</reporter>
                        <labels>
                    </labels>
                <created>Thu, 21 Jul 2011 10:49:07 +0000</created>
                <updated>Mon, 14 Jul 2014 17:39:55 +0000</updated>
                            <resolved>Tue, 11 Oct 2011 11:23:45 +0000</resolved>
                                    <version>Lustre 1.8.6</version>
                                    <fixVersion>Lustre 1.8.7</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                            <comments>
                            <comment id="18047" author="johann" created="Thu, 21 Jul 2011 10:51:19 +0000"  >&lt;p&gt;&lt;a href=&quot;http://review.whamcloud.com/1131&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1131&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="18051" author="adilger" created="Thu, 21 Jul 2011 12:18:47 +0000"  >&lt;p&gt;Seems that I pointed this out during inspection, but it was landed anyway:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://bugzilla.lustre.org/show_bug.cgi?id=22766#c39&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.lustre.org/show_bug.cgi?id=22766#c39&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I agree that check makes no sense and should be removed.  Strange that it wasn&apos;t reported before. &lt;/p&gt;</comment>
                            <comment id="18053" author="johann" created="Thu, 21 Jul 2011 12:48:58 +0000"  >&lt;p&gt;Patch landed.&lt;/p&gt;</comment>
                            <comment id="18064" author="hudson" created="Thu, 21 Jul 2011 13:20:17 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el6,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el6,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18065" author="hudson" created="Thu, 21 Jul 2011 13:21:15 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el6,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el6,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18069" author="hudson" created="Thu, 21 Jul 2011 13:24:21 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18071" author="hudson" created="Thu, 21 Jul 2011 13:27:50 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18072" author="hudson" created="Thu, 21 Jul 2011 13:28:30 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=el5,ib_stack=ofa/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,el5,ofa #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18075" author="hudson" created="Thu, 21 Jul 2011 13:40:28 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=client,distro=ubuntu1004,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,client,ubuntu1004,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18076" author="hudson" created="Thu, 21 Jul 2011 13:47:54 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=ofa/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,ofa #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18077" author="hudson" created="Thu, 21 Jul 2011 13:52:14 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=x86_64,build_type=server,distro=el5,ib_stack=ofa/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; x86_64,server,el5,ofa #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18078" author="hudson" created="Thu, 21 Jul 2011 14:02:09 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=client,distro=el5,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,client,el5,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18080" author="hudson" created="Thu, 21 Jul 2011 14:04:44 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=inkernel/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,inkernel #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="18081" author="hudson" created="Thu, 21 Jul 2011 14:30:24 +0000"  >&lt;p&gt;Integrated in &lt;span class=&quot;image-wrap&quot; style=&quot;&quot;&gt;&lt;img src=&quot;http://build.whamcloud.com/images/16x16/blue.png&quot; style=&quot;border: 0px solid black&quot; /&gt;&lt;/span&gt; &lt;a href=&quot;http://build.whamcloud.com/job/lustre-b1_8/./arch=i686,build_type=server,distro=el5,ib_stack=ofa/112/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;lustre-b1_8 &#187; i686,server,el5,ofa #112&lt;/a&gt;&lt;br/&gt;
     &lt;a href=&quot;https://jira.whamcloud.com/browse/LU-525&quot; title=&quot;llapi_file_get_stripe() fails with ENAMETOOLONG&quot; class=&quot;issue-link&quot; data-issue-key=&quot;LU-525&quot;&gt;&lt;del&gt;LU-525&lt;/del&gt;&lt;/a&gt; llapi_file_get_stripe() fails with ENAMETOOLONG&lt;/p&gt;

&lt;p&gt;Johann Lombardi : &lt;a href=&quot;http://git.whamcloud.com/gitweb?p=fs/lustre-release.git;a=shortlog;h=refs/heads/b1_8&amp;amp;a=commit&amp;amp;h=ad42deebdd27991cb3dc58f0656921b39133bf46&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;ad42deebdd27991cb3dc58f0656921b39133bf46&lt;/a&gt;&lt;br/&gt;
Files : &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;lustre/utils/liblustreapi.c&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="88958" author="haasken" created="Mon, 14 Jul 2014 17:39:55 +0000"  >&lt;p&gt;Obviously the check which was removed by &lt;a href=&quot;http://review.whamcloud.com/1131&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://review.whamcloud.com/1131&lt;/a&gt; is bogus.  However, I&apos;m wondering why we don&apos;t need to worry about overflow when fname is copied into lum in llapi_file_get_stripe().&lt;/p&gt;

&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;        strcpy((&lt;span class=&quot;code-object&quot;&gt;char&lt;/span&gt; *)lum, fname);
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Is it just assumed that the caller of llapi_file_get_stripe() will ensure that lum is big enough to hold the last component of path?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                    <customfield id="customfield_10020" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Bugzilla ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>22766.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <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|hzvi2v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10090" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6578</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>