Your message dated Wed, 25 Jul 2012 08:44:31 +0900
with message-id <87fw8g2080.wl%k...@daionet.gr.jp>
and subject line fixed in 1.29
has caused the Debian Bug report #679600,
regarding libfile-mmagic-perl: infinite recursion in
File::MMagic::checktype_contents
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
679600: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=679600
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libfile-mmagic-perl
Version: 1.28-1
Severity: serious
Hi!
Thank you for packaging File::MMagic for Debian.
The following testcase:
use strict;
use warnings;
use File::MMagic;
my $mm = new File::MMagic; # use internal magic file
open my $fh, '<', '/etc/debian_version';
my $data = <$fh>;
my $res = $mm->checktype_contents($data);
Triggers:
Deep recursion on subroutine "File::MMagic::checktype_contents" at
/usr/share/perl5/File/MMagic.pm line 633, <$fh> line 1.
Downgrading to 1.27-1 fixes the bug for me.
Cheers.
--- End Message ---
--- Begin Message ---
The bug was fixed in upstream 1.29.
I added some test suites with this bug.
--- End Message ---