URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=37dc541a928ba3208ae83efd0865db18e9375021
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark
Commits:
37dc541 by Guy Harris (guy@xxxxxxxxxxxx):
Don't crash in manually_resolve_cleanup() if there's nothing to clean up.
We might not yet have allocated the manually-resolved address lists;
only free the if we have.
Change-Id: Iff9864e397a04cdcb613268603c073ecd1fa77fb
Reviewed-on: https://code.wireshark.org/review/26236
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 302fa6881751e5a8f9c8c197ab0008ee336e821a)
Reviewed-on: https://code.wireshark.org/review/26237
Actions performed:
from 3f7752e Fuzz-test: Handle ABRT.
adds 37dc541 Don't crash in manually_resolve_cleanup() if there's nothing to clean up.
Summary of changes:
epan/addr_resolv.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)