Skip Menu |

This queue is for tickets about the RTF-Parser CPAN distribution.

Report information
The Basics
Id: 37373
Status: resolved
Priority: 0/
Queue: RTF-Parser

People
Owner: stuart [...] morungos.com
Requestors: crowell08 [...] lightandmatter.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: bug in RTF::Parser
Date: Thu, 3 Jul 2008 12:38:51 -0700
To: bug-RTF-Parser [...] rt.cpan.org
From: Ben Crowell <crowell08 [...] lightandmatter.com>
Hi, I'm writing to report a bug in RTF::Parser. When you give it the following input {\rtf1}{test\&bug} it goes into an endless loop. I'm not sure if the \& is actually legal RTF -- probably it isn't -- but the code shouldn't go into an endless loop, even on illegal input. Regards, Ben
On Thu Jul 03 17:42:45 2008, crowell08@lightandmatter.com wrote: Show quoted text
> Hi, > > I'm writing to report a bug in RTF::Parser. When you give it the > following input > {\rtf1}{test\&bug} > it goes into an endless loop. I'm not sure if the \& is actually legal > RTF -- probably it isn't -- but the code shouldn't go into an endless > loop, even on illegal input. > > Regards, > > Ben
Resolved in 1.11, thanks