dhcpv4: fix do_page_fault() when interface lost carrier#372
dhcpv4: fix do_page_fault() when interface lost carrier#372updatede wants to merge 2 commits intoopenwrt:masterfrom
Conversation
This fix issue openwrt#371 . According to avl.h, av_delete can’t be called in remove all elements loop. Signed-off-by: updatede <updatede@gmail.com>
|
@updatede please fix the commit title |
|
@updatede commit title, not PR title (needs force push) :) |
|
merge commits are not accepted... just rebase on master if you must |
|
Hm, I could just do a quick check on my phone (not very ergonomic), I assume you want to fix the issue with: But |
|
no, I haven’t check any other place where free something twice with av_delete, maybe triple , quadruple :) no I haven’t check it. Feel free to provide better solution. |
This fix issue #371 . According to avl.h, av_delete can’t be called in remove all elements loop.