
1 Jun
2005
1 Jun
'05
3:27 a.m.
Hello, when stunnel is started in inetd mode without specifying connect = nor exec =, it attempts to execl(NULL) and the child SIGSEGVs. The attached patch adds a check to reject such configurations. Mirek