[pcre-dev] [Bug 2090] Suspicious sequence of types castings:…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2090] Suspicious sequence of types castings: memsize -> 32-bit integer -> memsize
https://bugs.exim.org/show_bug.cgi?id=2090

Philip Hazel <ph10@???> changed:

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


--- Comment #1 from Philip Hazel <ph10@???> ---
Once again, thank you for noticing this oversight. The cast should indeed by
(PCRE2_SIZE). The variable was changed from an int in PCRE1 to PCRE2_SIZE in
PCRE2, but clearly I didn't check all its uses. The patch is now committed.

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