Skip to Content.
Sympa Menu

devel - sympa.pl not closing STDIN...

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: address@concealed (Christian Mock)
  • To: address@concealed
  • Subject: sympa.pl not closing STDIN...
  • Date: Mon, 28 Jan 2002 15:31:05 +0100

hi,

sympa.pl isn't closing STDIN (at around line 155), which is causing
openssl to hang under some circumstances... I inserted an

open(STDIN, "/dev/null");

just before the lines reading

open(STDERR, ">> /dev/null");
open(STDOUT, ">> /dev/null");

but I don't know if this is the correct fix regarding the controlling
terminal stuff...

ciao,

cm.


--
Christian Mock Wiedner Hauptstrasse 15
Senior Security Engineer 1040 Wien
CoreTEC IT Security Solutions GmbH +43-1-5037273


  • sympa.pl not closing STDIN..., Christian Mock, 01/28/2002

Archive powered by MHonArc 2.6.19+.

Top of Page