[pcre-dev] [Bug 2195] Use of uninitialized variable

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2195] Use of uninitialized variable
https://bugs.exim.org/show_bug.cgi?id=2195

Philip Hazel <ph10@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED


--- Comment #1 from Philip Hazel <ph10@???> ---
Thank you for spotting this. You are quite right. I have committed a slightly
different patch which sets otherd = d when UCP is not defined. And indeed
otherd should be pcre_uint32. (The PCRE2 code was OK because UCP is merged into
UTF, but otherd was unchanged - in that version I've changed it to uint32_t.)

--
You are receiving this mail because:
You are on the CC list for the bug.