We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c469b4e commit 4c15e29Copy full SHA for 4c15e29
regexec.c
@@ -2214,7 +2214,7 @@ S_get_break_val_cp_checked(SV* const invlist, const UV cp_in) {
2214
#define _generic_GET_BREAK_VAL_UTF8(cp_macro, pos, strend) \
2215
(__ASSERT_(pos < strend) \
2216
/* Note assumes is valid UTF-8 */ \
2217
- (cp_macro(utf8_to_uvchr_buf((pos), (strend), NULL))))
+ (cp_macro(utf8_to_uv_or_die((pos), (strend), NULL))))
2218
2219
/* Returns the GCB value for the input code point */
2220
#define getGCB_VAL_CP(cp) \
0 commit comments