[OpenSIPS-Devel] [OpenSIPS/opensips] 2f554c: Unbreak build on legacy arches (i.e. CentOS), turn...
    Maksym Sobolyev 
    noreply at github.com
       
    Wed Jan 27 16:22:45 EST 2021
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 2f554c80a659b34c3e3105f654792fee50115156
      https://github.com/OpenSIPS/opensips/commit/2f554c80a659b34c3e3105f654792fee50115156
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)
  Changed paths:
    M strcommon.c
    M strcommon.h
    M ut.h
  Log Message:
  -----------
  Unbreak build on legacy arches (i.e. CentOS), turns out we are not ready to use _Generic(),
which is C11 feature. :(
Reported by:	@liviuchircu
Revert "o Fix escape_common(), unescape_common(), unescape_xml() and compute_md5()"
Revert "Extend str_strcmp(a, b) to take any combination of const str * and"
This reverts commits f5ce9537cc and 5e04676e3a5.
  Commit: cab6edbf80044272ce0325a41a1341e28603f104
      https://github.com/OpenSIPS/opensips/commit/cab6edbf80044272ce0325a41a1341e28603f104
  Author: Maksym Sobolyev <sobomax at sippysoft.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)
  Changed paths:
    M flags.c
    M ut.h
  Log Message:
  -----------
  Add strSC_strcmp() to compare const str * to const str_const *
and use it to undo damage the reversal of the 5e04676e3a5 did.
Compare: https://github.com/OpenSIPS/opensips/compare/7c6d6182805e...cab6edbf8004
    
    
More information about the Devel
mailing list