Skip to content

Commit

Permalink
[WindowsStore] pcre
Browse files Browse the repository at this point in the history
  • Loading branch information
Rechi committed Jun 9, 2017
1 parent 24aaaca commit ee7e985
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions patches/pcre.diff
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,21 @@
CONFIGURATIONS Debug)
ENDIF(MSVC AND INSTALL_MSVC_PDB)

--- a/pcre_compile.c
+++ b/pcre_compile.c
@@ -4484,6 +4484,7 @@
pcre_uchar *previous_callout = NULL;
size_t item_hwm_offset = 0;
pcre_uint8 classbits[32];
+pcre_uchar *slot = NULL;

/* We can fish out the UTF-8 setting once and for all into a BOOL, but we
must not do this for other options (e.g. PCRE_EXTENDED) because they may change
@@ -6755,7 +6756,6 @@
int i, set, unset, namelen;
int *optset;
const pcre_uchar *name;
- pcre_uchar *slot;

switch (*(++ptr))
{

0 comments on commit ee7e985

Please sign in to comment.