[OpenSIPS-Devel] [OpenSIPS/opensips] 62e0fd: Fixed checking IP addr against host/name

Bogdan-Andrei Iancu bogdan at opensips.org
Fri Apr 6 04:16:22 EDT 2018


  Branch: refs/heads/2.4
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 62e0fdf7cd07d73bf88fb6c4d4d09f5cb560569e
      https://github.com/OpenSIPS/opensips/commit/62e0fdf7cd07d73bf88fb6c4d4d09f5cb560569e
  Author: Bogdan-Andrei Iancu <bogdan at opensips.org>
  Date:   2018-04-06 (Fri, 06 Apr 2018)

  Changed paths:
    M resolve.c

  Log Message:
  -----------
  Fixed checking IP addr against host/name

Instead of coverting an IP addr to string and to string matching, it is more sane to try to covert the host/name to IP addr (anyhow in 99% it will be an IP as it is taken from VIA hdr). The old string matching fails for IPv6 as the string representation of an IPv6 is not unique (like for IPv4) - you may have compact format for IPv6.

Reported by Pasan Meemaduma

(cherry picked from commit a69f6de764cefab7cb7179b2f439780e74082461)




More information about the Devel mailing list