bug in sslio
Nikola Vladov <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
http://riemann.fmi.uni-sofia.bg/programs/ipsvd-0.12.1_matrixssl-1-8-open.tar.gz There is a bug in sslio program. Demo: Setup a server on 127.0.0.1:5443 using tcpserver and sslio. Let the server have timeout (like fnord. or use simply sleep 20 as server). Then try: mconnect 127.0.0.1 5443 & # (or telnet) On an other terminal wait more then 30 sec. The child (fnord exists) and sslio wait vor ever. I introduced one new variavle "SSLIO_TIMEOUT". If it is nonempty sslio stops and exit when the child (fnord) doesn't exists. See my patch above. Nikola