URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfc15838bdecb44ce1a17d47ad015cb9a1e8962c
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cfc1583 by Peter Wu (peter@xxxxxxxxxxxxx):
Fix crash (double-free) on refreshing interfaces list
When normal interfaces are unavailable (chmod -x dumpcap), and after
toggling "Disable external capture interfaces" twice and then refreshing
the interfaces list (F5), a double-free occurs in ui/iface_lists.c:147
for "global_capture_opts.ifaces_err_info".
Change-Id: I98697653ab1c123186892408112c34afdd1766f5
Fixes: v1.99.0-rc1-1005-g35b4487538 ("Handle empty interface lists when the list changes.")
Reviewed-on: https://code.wireshark.org/review/27161
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 1a26b56 Ensure test directories are included with git archive
adds cfc1583 Fix crash (double-free) on refreshing interfaces list
Summary of changes:
capchild/capture_ifinfo.c | 1 +
1 file changed, 1 insertion(+)