You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an issue that crashes the parseString function where data delimited
with a single quote and containing encoded single quotes.
It causes a freeze. This can be fixed by adding a single quote to the case
statement:
Select Case (char)
Case """", "\\", "/", "'"
SB.Append char
index = index + 1
Case "b"
Original issue reported on code.google.com by [email protected] on 25 Mar 2009 at 6:13
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Mar 2009 at 6:13The text was updated successfully, but these errors were encountered: