-/* Generated by re2c 0.5 on Tue Oct 17 16:16:42 2000 */
+/* Generated by re2c 0.5 on Thu Oct 19 19:46:51 2000 */
#line 1 "/home/sas/src/php4/ext/standard/url_scanner_ex.re"
/*
+----------------------------------------------------------------------+
scdebug(("stopped in state %d at pos %d (%d:%c)\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR));
rest = YYLIMIT - start;
-
+
+ /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
+ if (rest < 0) rest = 0;
+
if (rest) memmove(ctx->buf.c, start, rest);
ctx->buf.len = rest;
}
scdebug(("stopped in state %d at pos %d (%d:%c)\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *YYCURSOR));
rest = YYLIMIT - start;
-
+
+ /* XXX: Crash avoidance. Need to work with reporter to figure out what goes wrong */
+ if (rest < 0) rest = 0;
+
if (rest) memmove(ctx->buf.c, start, rest);
ctx->buf.len = rest;
}