[pcre-dev] [Bug 2087] Questionable assignment for “firstcu” in compile_branch()

2017-04-14 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2087 Philip Hazel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[pcre-dev] [Bug 2087] Questionable assignment for “firstcu” in compile_branch()

2017-04-14 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2087 --- Comment #3 from Philip Hazel --- Actually, it is the *first* line that should be removed. It dates from before 32-bit support when the case flag could be in the same variable as the character. Now it is held in a separate variable. I have committed t

[pcre-dev] [Bug 2087] Questionable assignment for “firstcu” in compile_branch()

2017-03-31 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2087 --- Comment #2 from egoroff --- Sorry but comment below (not above as i said first) should be taken into account: /* If the character is more than one code unit long, we can set firstcu only if it is not to be matched caselessly. */ and it's clea

[pcre-dev] [Bug 2087] Questionable assignment for “firstcu” in compile_branch()

2017-03-31 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2087 egoroff changed: What|Removed |Added CC||egor...@gmail.com --- Comment #1 from egoroff --- I s