Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.6.11, 10.11.1
-
None
-
PCRE2-10.41
Description
This is the recently released version of PCRE2. This appears to be a latent bug in this one source file.
diff -u -r1.1 client/mysqltest.cc
|
--- client/mysqltest.cc 2022/12/11 01:47:35 1.1
|
+++ client/mysqltest.cc 2022/12/11 02:17:48
|
@@ -46,6 +46,7 @@
|
#include <stdarg.h>
|
#include <violite.h>
|
#define PCRE2_STATIC 1 /* Important on Windows */
|
+#include "pcre2.h"
|
#include "pcre2posix.h" /* pcreposix regex library */
|
#ifdef HAVE_SYS_WAIT_H
|
#include <sys/wait.h>
|