Overview
| Comment: | Fix for core dump due to use of statePtr after Tcl_Release in TlsChannelHandlerTimer. This can happen when a channel is closed while a timer is pending. Thanks to Colin Macleod for the bug report. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk | main |
| Files: | files | file ages | folders |
| SHA3-256: |
23085435b09a65c18859f4c816dce688 |
| User & Date: | bohagan on 2026-05-28 03:43:13.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2026-05-29
| ||
| 14:35 | Fix to remove any pending timers during channel close check-in: 2b131e5ac2 user: bohagan tags: trunk, main | |
|
2026-05-28
| ||
| 03:43 | Fix for core dump due to use of statePtr after Tcl_Release in TlsChannelHandlerTimer. This can happen when a channel is closed while a timer is pending. Thanks to Colin Macleod for the bug report. check-in: 23085435b0 user: bohagan tags: trunk, main | |
| 02:45 | Corrected Windows makefile issue where the TCLSH variable set in rules-ext.vc it is overridden with a hard-coded value. Also includes updates to support ARM64 cross compilation. Many thanks to Phillip Brooks for these changes. check-in: 423a7e3717 user: bohagan tags: trunk, main | |
Changes
Modified generic/tls.c
from [18d3987327]
to [4ed32461c3].
[diff]
Modified generic/tlsIO.c
from [e28d862878]
to [cfc491fa0c].
[diff]
Modified generic/tlsInt.h
from [f85c2b7262]
to [eae2e11208].
[diff]