CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/11/02 16:10:08
Modified files:
lang/tcl/8.5 : Makefile
lang/tcl/8.6 : Makefile
Added files:
lang/tcl/8.5/patches: patch-generic_tclIO_c
lang/tcl/8.6/patches: patch-generic_tclIO_c
Log message:
lang/tcl/*: fix a data corruption bug triggered by LLVM 13's optimization
Taken from upstream:
"Fix unsafe buffer lifetime"
https://core.tcl-lang.org/tcl/info/24b9181478
Upstream bug ticket found by sthen@
ok sthen@
