[pcre-dev] [Bug 2088] pointer was utilized before it was verified against nullptr: pcre2_pattern_info.c

2017-03-28 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2088 --- Comment #1 from egoroff --- You should do something like this: #ifdef SUPPORT_UNICODE BOOL utf; #endif if (re == NULL) return PCRE2_ERROR_NULL; #ifdef SUPPORT_UNICODE utf = (re->overall_options & PCRE2_UTF) != 0; #endif --

[pcre-dev] [Bug 2088] New: pointer was utilized before it was verified against nullptr: pcre2_pattern_info.c

2017-03-28 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2088 Bug ID: 2088 Summary: pointer was utilized before it was verified against nullptr: pcre2_pattern_info.c Product: PCRE Version: 10.23 (PCRE2) Hardware: All OS: All