Bug#561970: libdate-manip-perl: cannot be used in taint (-T) mode

gregor herrmann gregoa at debian.org
Wed Sep 19 16:34:27 UTC 2012


On Thu, 12 Apr 2012 17:05:27 +0200, Helmut Grohne wrote:

> $ perl -T -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
> Undefined subroutine &Date::Manip::ParseDateString called at -e line 1, <DATA> line 429.
> $ perl -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
> 2012041210:20:00$

Works for me (with 6.32-1):

% perl -T -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
2012091910:20:00
% perl -e 'use Date::Manip; print Date::Manip::ParseDateString("10:20");'
2012091910:20:00

 
> This issue shows up with munin as entries in /var/log/apache2/error.log:
> 
> [Thu Apr 12 15:56:01 2012] munin-cgi-graph: Undefined subroutine &Date::Manip::ParseDateString called at /usr/lib/cgi-bin/munin-cgi-graph line 407.

And I also don't have entries like this (hm, maybe because I'm not
using the cgi version in munin).

Can somebody reproduce the bug?

Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joel Harrison: Tennessee waltz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120919/8eed7f05/attachment.pgp>


More information about the pkg-perl-maintainers mailing list