<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MFS_Create_directory_entry Edge Case bug in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639204#M17053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been fixed in MQX v5 and will be available in the next release.&lt;/P&gt;&lt;P&gt;Thanks for reporting the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2017 13:03:55 GMT</pubDate>
    <dc:creator>craig_honegger_</dc:creator>
    <dc:date>2017-09-22T13:03:55Z</dc:date>
    <item>
      <title>MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639197#M17046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With out the following patch the call MFS_Extend_chain&amp;nbsp;returning null is not handled, and if null (due to corrupted FAT) will causes hard faults.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;diff --git a/mfs/Sources/generic/mfs_dir_entry.c b/mfs/Sources/generic/mfs_dir_entry.c&lt;BR /&gt;index fed539f..e715003 100644&lt;BR /&gt;--- a/mfs/Sources/generic/mfs_dir_entry.c&lt;BR /&gt;+++ b/mfs/Sources/generic/mfs_dir_entry.c&lt;BR /&gt;@@ -348,6 +348,8 @@&lt;BR /&gt; {&lt;BR /&gt; return (NULL);&lt;BR /&gt; }&lt;BR /&gt;+ }else{&lt;BR /&gt;+ return NULL;&lt;BR /&gt; }&lt;BR /&gt; }&lt;BR /&gt; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 03:32:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639197#M17046</guid>
      <dc:creator>leifzars</dc:creator>
      <dc:date>2016-12-23T03:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639198#M17047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Leif:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your feedback. Could you let us know your MQX version, and which patch?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 07:27:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639198#M17047</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-12-23T07:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639199#M17048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version: 4.2.0.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2016 14:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639199#M17048</guid>
      <dc:creator>leifzars</dc:creator>
      <dc:date>2016-12-23T14:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639200#M17049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leif Zars&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not find any difference in mfs_dir_entry.c between MQX 4.2.0 and patch MQX 4.2.0.2. Are you comparing the two versions?&amp;nbsp; I compared MQX 4.1 and 4.2,&amp;nbsp; they are different, but sees not your mentioned. How can I&amp;nbsp; reproduce your issue in my side. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2861iD585E845E1792DEE/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 07:51:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639200#M17049</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-12-26T07:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639201#M17050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding the highlighted section of code fixes the issue, otherwise an error returned from MFS_Extend_chain will&amp;nbsp;cause a crash .&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Untitled.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/2063i42210E5A6FF8FC9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 17:07:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639201#M17050</guid>
      <dc:creator>leifzars</dc:creator>
      <dc:date>2016-12-26T17:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639202#M17051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks , I will discuss this issue with the developers and hope they can merge this fix in mqx v5 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 22:56:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639202#M17051</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2016-12-26T22:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639203#M17052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good deal, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2016 22:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639203#M17052</guid>
      <dc:creator>leifzars</dc:creator>
      <dc:date>2016-12-26T22:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: MFS_Create_directory_entry Edge Case bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639204#M17053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has been fixed in MQX v5 and will be available in the next release.&lt;/P&gt;&lt;P&gt;Thanks for reporting the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 13:03:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MFS-Create-directory-entry-Edge-Case-bug/m-p/639204#M17053</guid>
      <dc:creator>craig_honegger_</dc:creator>
      <dc:date>2017-09-22T13:03:55Z</dc:date>
    </item>
  </channel>
</rss>

