diff options
author | Inaba Hiroto <inaba@st.rim.or.jp> | 2001-05-25 19:25:36 +0900 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-25 01:07:59 +0000 |
commit | e49a9654d37283a906bdcb779ea9c6e236835955 (patch) | |
tree | 638af82c804f6aac6244663964bbe826602469ca /regcomp.c | |
parent | af09ea45cb052770572c0a2caa4e487853f703c8 (diff) | |
download | perl-e49a9654d37283a906bdcb779ea9c6e236835955.tar.gz |
Re: [ID 20010506.041] segfault when matching utf8 string
Message-Id: <200105250124.KAA19571@toshiba.co.jp>
p4raw-id: //depot/perl@10206
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4657,6 +4657,7 @@ Perl_save_re_context(pTHX) SAVEVPTR(PL_reg_oldcurpm); /* from regexec.c */ SAVEVPTR(PL_reg_curpm); /* from regexec.c */ SAVEI32(PL_regnpar); /* () count. */ + SAVEI32(PL_regsize); /* from regexec.c */ #ifdef DEBUGGING SAVEPPTR(PL_reg_starttry); /* from regexec.c */ #endif |