[CONC-605] GnuTLS: disable sigpipe Created: 2022-07-10 Updated: 2022-11-03 Resolved: 2022-07-18 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | TLS/SSL |
| Affects Version/s: | 3.3.1, 3.1.16 |
| Fix Version/s: | 3.3.2, 3.1.18 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Only affectes GnuTLS When killing a process via mysql_kill, program crashes with sigpipe error. Solution: If MSG_NOSIGNAL is available, start GnuTLS subsystem with option GNUTLS_NO_SIGNAL. |