[asterisk-bugs] [JIRA] (ASTERISK-29746) tcptls.c: TCP client connect fails due to interrupt

Kevin Harwell (JIRA) noreply at issues.asterisk.org
Mon Nov 15 16:06:49 CST 2021


Kevin Harwell created ASTERISK-29746:
----------------------------------------

             Summary: tcptls.c: TCP client connect fails due to interrupt
                 Key: ASTERISK-29746
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29746
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Core/General
    Affects Versions: GIT
            Reporter: Kevin Harwell


The TCP client connect does not handle the interrupt case (EINTR), thus can easily fail to connect when there is no real connection error.

Also the underlying iostream is set to not wait/poll on reads, thus similarly reading can inadvertently fail.



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list