@miconda The patch really fixes the bug described in the commit message. The if()
condition protects against crash. But the side-effect was that all characters >=0x80
that got sign extended were rejected by the guard. In real life this caused the problem
not to be able match utf-8 strings with non-ascii characters.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1343#issuecomment-347977164