Bug 19311 - TextCatalogReader.nextToken unterminated comment bug
Summary: TextCatalogReader.nextToken unterminated comment bug
Status: RESOLVED FIXED
Alias: None
Product: XmlCommons - Now in JIRA
Classification: Unclassified
Component: Resolver (show other bugs)
Version: 1.x
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Commons Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-25 09:19 UTC by Stefan Reisner
Modified: 2005-04-12 15:43 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Reisner 2003-04-25 09:19:38 UTC
The loop inside TextCatalogReader.nextToken that skips over comments does not 
detect EOF. Therefore if someone (like me) forgets the closing dashes in a 
catalog comment, the loop will not terminate and continue eating up CPU cycles 
forever.
Comment 1 Norman Walsh 2005-04-12 23:43:55 UTC
Fixed. Thanks.