Hi,

Am 03.06.2013 21:00, schrieb Julien ÉLIE:
Hi all,

So it seems that INN2 on Wheezy (32bit) doesn't work if you try and
enable
any perl filtering.

Has anyone tested to change in nnrpd/perl.c the following line:

   sv_setsv(body, &PL_sv_undef);

to

   body = &PL_sv_undef;

?


Maybe nnrpd posting filter works fine with this change.  It does not
manipulate on-disk data as far as I can see but only on-memory strings.

innd filter do not call &PL_sv_undef, and we found out in
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655748
that it is exactly this call to sv_setsv() that triggers the error in
nnrpd filter.  So it could be worthwhile tring this change and checks if
everything is OK with it.
Then, if that is the case, releasing an update of the inn2 package for
Wheezy will hopefully deal with this annoying issue.

Did anyone try if that works?

Cheers,
        Martin


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to