Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: 6581e0efeace51234932d97621aaa1636ad56cc3
      
https://github.com/OpenSIPS/opensips/commit/6581e0efeace51234932d97621aaa1636ad56cc3
  Author: Liviu Chircu <li...@opensips.org>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M trim.h

  Log Message:
  -----------
  is_ws(): Play well with UndefinedBehaviorSanitizer (UBSan)

Avoid bitwise shifting by 31 of a signed integer type.  Practically,
this patch does not fix any bug on the widely used arches (the resulting
assembly is 100% the same on these), but at least it makes the code more
C-standards compliant.

OSS-Fuzz#39920



_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to