On 02.10.2013 07:35, Nathan Hintz wrote:
Hi Steven:
netifd eventually crashed:
Tue Oct 1 21:57:58 2013 daemon.notice netifd: wan6 (1382):
Segmentation fault
Could this be due to continuing to call "system_add_address(dev, a_new);"
without
ever calling "system_del_address(dev, a_old);"?
Hmm strange, I tested this fix and fired multiple rounds of RAs at it
but couldn't reproduce this segfault. Also calling system_add_address
just sends a netlink control-message to the kernel and does not allocate
anything which must be deallocated later (same goes for
_handle_subnet_route) so this shouldn't be causing this.
-Steven
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel