Skip Menu |

This queue is for tickets about the OpenOffice-OODoc CPAN distribution.

Report information
The Basics
Id: 43744
Status: resolved
Priority: 0/
Queue: OpenOffice-OODoc

People
Owner: Nobody in particular
Requestors: LittleSister [...] softhome.net
Cc:
AdminCc:

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



Subject: return value not checked
OpenOffice::OODoc::XPath::new() doesn't check the return value from OpenOffice::OODoc::File::new(). File::new already throws a warning, so... $ diff XPath.pm XPath.pm.old 497d496 < return undef unless($self->{'container'});
Proposal implemented in 2.108. Thanks for your contribution. Le Sam. Fév. 28 20:08:20 2009, LittleSister@softhome.net a écrit : Show quoted text
> OpenOffice::OODoc::XPath::new() doesn't check the return value from > OpenOffice::OODoc::File::new(). > > File::new already throws a warning, so... > > $ diff XPath.pm XPath.pm.old > 497d496 > < return undef unless($self->{'container'}); >