sync with upstream, fix read-past-end errors

This commit is contained in:
Nick Galbreath
2013-04-22 10:31:35 +09:00
parent c10551dcf7
commit 3ca159e7be
3 changed files with 56 additions and 36 deletions

View File

@@ -585,7 +585,7 @@ static const pt2Function char_parse_map[] = {
&parse_operator2, /* 33 */
&parse_string, /* 34 */
&parse_eol_comment, /* 35 */
&parse_white, /* 36 */
&parse_money, /* 36 */
&parse_operator1, /* 37 */
&parse_operator2, /* 38 */
&parse_string, /* 39 */