<?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: MQX4.1 ipcfg_unbind bug in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466124#M15542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a know issue reported with internal number MQX-5661. It is now solved in MQX4.2.0.2, work around is next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file rtcs/source/if/ipcfg.c in function ipcfg_bind_dhcp_func, line 931&lt;/P&gt;&lt;P&gt;parms.ihandle = ipcfg_data&lt;SPAN class="error"&gt;[device]&lt;/SPAN&gt;.ihandle;&lt;BR /&gt; parms.address = ipcfg_data&lt;SPAN class="error"&gt;[device]&lt;/SPAN&gt;.dns;&lt;BR /&gt; ip_if_add_dns_addr(&amp;amp;parms);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2016 16:27:01 GMT</pubDate>
    <dc:creator>Carlos_Musich</dc:creator>
    <dc:date>2016-04-11T16:27:01Z</dc:date>
    <item>
      <title>MQX4.1 ipcfg_unbind bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466122#M15540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I found a issue in MQX4.1. When I use the DHCP function to get IP and DNS that's no problem. When I plug out the ethernet cable, My APPI unbind the ipcofig and use the deafult IP address.But the "&lt;SPAN style="color: #e23d39;"&gt;ipcfg_unbind(BSP_DEFAULT_ENET_DEVICE)&lt;/SPAN&gt;;" blocked untill the WDG reboot. I debuged it and found in the "&lt;SPAN style="color: #e23d39;"&gt;uint32_t DNS_remove_slist_entry&lt;/SPAN&gt;" function free the illegal memory. The following information is the&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;DNS_SLIST_STRUCT&lt;/STRONG&gt;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt;*temp_ptr&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;data.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2016-3-31 17-31-53.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/3227i6A623F55FA3EA996/image-size/large?v=v2&amp;amp;px=999" role="button" title="2016-3-31 17-31-53.png" alt="2016-3-31 17-31-53.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 09:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466122#M15540</guid>
      <dc:creator>errsionjack</dc:creator>
      <dc:date>2016-03-31T09:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: MQX4.1 ipcfg_unbind bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466123#M15541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No anybody reply it! The service is too bad. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 00:54:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466123#M15541</guid>
      <dc:creator>errsionjack</dc:creator>
      <dc:date>2016-04-05T00:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: MQX4.1 ipcfg_unbind bug</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466124#M15542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is a know issue reported with internal number MQX-5661. It is now solved in MQX4.2.0.2, work around is next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In file rtcs/source/if/ipcfg.c in function ipcfg_bind_dhcp_func, line 931&lt;/P&gt;&lt;P&gt;parms.ihandle = ipcfg_data&lt;SPAN class="error"&gt;[device]&lt;/SPAN&gt;.ihandle;&lt;BR /&gt; parms.address = ipcfg_data&lt;SPAN class="error"&gt;[device]&lt;/SPAN&gt;.dns;&lt;BR /&gt; ip_if_add_dns_addr(&amp;amp;parms);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 16:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/MQX4-1-ipcfg-unbind-bug/m-p/466124#M15542</guid>
      <dc:creator>Carlos_Musich</dc:creator>
      <dc:date>2016-04-11T16:27:01Z</dc:date>
    </item>
  </channel>
</rss>

