Wireshark-bugs: [Wireshark-bugs] [Bug 11247] Subnet name resolution doesn't always work.

Date: Wed, 03 Jun 2015 19:47:26 +0000

Comment # 3 on bug 11247 from
Created attachment 13648 [details]
Travese the entire subnets list and append to the *end* of the list.

I have not yet come up to speed w/git and gerrit, so maybe someone could submit
this patch on my behalf if you agree with it and then kindly backport to the
1.12 and 1.10 branches?

The patch ensures that non-duplicate subnets are appended to the end of the
list rather than as the second element, which if there had been a second
element previously, the memory for it was effectively leaked.

It also allows /32 "subnets", even though arguably the hosts file should be
used instead, but now the test in read_subnets_file() matches the assert in
subnet_entry_set().


You are receiving this mail because:
  • You are watching all bug changes.