Skip to content

Commit

Permalink
Merge pull request #485 from johnjaylward/FixMLInfiniteLoop
Browse files Browse the repository at this point in the history
Fix for #484
  • Loading branch information
stleary committed Sep 23, 2019
2 parents 2a6af29 + 328e7d8 commit 5b62cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions XMLTokener.java
Expand Up @@ -232,6 +232,7 @@ public Object nextMeta() throws JSONException {
}
switch (c) {
case 0:
throw syntaxError("Unterminated string");
case '<':
case '>':
case '/':
Expand Down

0 comments on commit 5b62cf1

Please sign in to comment.