#14453: lantiq ar9/vr9 insmod memory leak
-------------------------+-------------------------------------------------
  Reporter:  fld@…       |      Owner:  developers
      Type:  defect      |     Status:  new
  Priority:  high        |  Milestone:  Chaos Calmer (trunk)
 Component:  kernel      |    Version:  Trunk
Resolution:              |   Keywords:  lantiq, ar9, vr9, xway, xrx200,
                         |  insmod, memory leak
-------------------------+-------------------------------------------------

Comment (by anonymous):

 The problem is that layout_and_allocate (which then calls
 module_frob_arch_sections) is done before add_unformed_module.

 This also means that module_deallocate is called but it seems none of the
 weak functions called in by function is overwritten by this mips specific
 patch. The best candidate seems to be module_arch_freeing_init which
 should free the stuff similar to module_arch_cleanup.

--
Ticket URL: <https://dev.openwrt.org/ticket/14453#comment:4>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to