Commit 957be9d
committed
regexec.c: Use utf8_to_uv_or_die over utf8n_to_uvchr
This will now die if the input is malformed. We decided for 5.42 that
it is pointless to continue on in pattern matching in the face of
malformed input. This was the final occurrence of a to_uvchr() function
in this file; the rest were converted for 5.42. This was deferred
because of the lateness of the development cycle, and it didn't fix an
obvious bug1 parent 5439543 commit 957be9d
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2084 | 2084 | | |
2085 | 2085 | | |
2086 | 2086 | | |
2087 | | - | |
2088 | | - | |
| 2087 | + | |
2089 | 2088 | | |
2090 | 2089 | | |
2091 | 2090 | | |
| |||
0 commit comments