Skip to content
  • Tor Didriksen's avatar
    d1b97642
    Bug#14040277 UNINITIALIZED VALUE REFERENCED IN STR_TO_IPV6 · d1b97642
    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()
    d1b97642
    Bug#14040277 UNINITIALIZED VALUE REFERENCED IN STR_TO_IPV6
    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()
Loading