-
Tor Didriksen authored
Problem : valgrind warnings due to some wrong checking of character values before checking charcter string boundaries. Solution: checking string length before evaluating character string values. The patch for Bug#12635232 fixed it for str_to_ipv4() This patch fixes it for str_to_ipv6()
Tor Didriksen authoredProblem : valgrind warnings due to some wrong checking of character values before checking charcter string boundaries. Solution: checking string length before evaluating character string values. The patch for Bug#12635232 fixed it for str_to_ipv4() This patch fixes it for str_to_ipv6()
Loading