Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: suidperl doesn't work in newly built perl

by cmac (Monk)
on Dec 22, 2008 at 05:54 UTC ( [id://731968]=note: print w/replies, xml ) Need Help??


in reply to suidperl doesn't work in newly built perl

Found and fixed:
in perl.c in release 5.8.9, line 3727 is if (*suidscript) { should be if (*suidscript != 1) +{
cmac
www.animalhead.com

Replies are listed 'Best First'.
Re^2: suidperl doesn't work in newly built perl
by Steve_p (Priest) on Dec 22, 2008 at 13:51 UTC

    Perlmonks is not the place for reporting bugs in Perl. Please see the Perldoc site for the proper answer. Please use the methods listed there for reporting bugs, and explain why that change is needed.

      Perlmonks is a place where people should ask questions. Usually when asking a question you don't expect it to be a bug in Perl. Or if it is you expect someone else to have found it already and there to be a workaround. Therefore it is perfectly appropriate to ask on Perlmonks about things that might be bugs in Perl.

      Now new bugs obviously should be reported through the proper channels. But you should encourage people to do that in addition to having asked the appropriate question here rather than telling them to do it instead of posting here.

      Yes I reported the problem, bug and fix via perlbug, before sending the news to perlmonks. It seemed appropriate to close out the thread by reporting it here too. The problem will hit anyone who tries to use 5.8.9 for SUID operation.

      The problem was described by my previous messages in the thread...
        You did well, but you're out of luck here. Perl-5.8.9 is the last maintenance release of the 5.8 series, so there is no further release that will contain your fix.

        Since Nicholas also noted that there's no way to reliably smoke-test setuidperl (because it requires root privileges), its stableness can't be guaranteed, so it will be removed from bleadperl, unless somebody provides the means to test it reliably.

        In case you found Nicholas' reply to the ticket a bit harsh, also consider that he spent much of his free time to prepare the release and with calling for real-world testing of the release candidates to prevent exactly the sort of bug you uncovered.

        Nobody who used suidperl cared enough to test it before the release, now it's too late.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://731968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-19 13:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found