Possible regex glitch

Jerry James Jerry.James at usu.edu
Tue Aug 8 16:59:28 EDT 2006


Does anybody understand the regex code well enough to tell me if the
following scenario can happen?  In regex_tag_multiline(), in src/regex.c
line 6092, we discover that name is the empty string, so we assign NULL
to name.  From there, is it possible to arrive on line 6101 and call
strlen(name)?
-- 
Jerry James, Assistant Professor        Jerry.James at usu.edu
Computer Science Department             http://www.cs.usu.edu/~jerry/
Utah State University




More information about the XEmacs-Beta mailing list