Summary: | lang/tcl85 lang/tcl86: fix unsafe buffer lifetime | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Dimitry Andric <dim> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-tcltk (Nobody) <tcltk> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | gahr | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(tcltk) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 258209 | ||||||
Attachments: |
|
Description
Dimitry Andric
2021-09-09 18:09:18 UTC
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=1bf09e93cdc274fdf6d2b8ed84d0d6b0efa5503b commit 1bf09e93cdc274fdf6d2b8ed84d0d6b0efa5503b Author: Pietro Cerutti <gahr@FreeBSD.org> AuthorDate: 2021-09-10 07:00:27 +0000 Commit: Pietro Cerutti <gahr@FreeBSD.org> CommitDate: 2021-09-10 07:03:41 +0000 lang/tcl8[56]: fix unsafe buffer lifetime, bump PORTREVISION PR: 258392 Reported by: dim Obtained from: https://core.tcl-lang.org/tcl/info/24b9181478 lang/tcl85/Makefile | 2 +- lang/tcl85/files/patch-generic_tclIO.c (new) | 21 +++++++++++++++++++++ lang/tcl86/Makefile | 2 +- lang/tcl86/files/patch-generic_tclIO.c (new) | 21 +++++++++++++++++++++ 4 files changed, 44 insertions(+), 2 deletions(-) Thanks a lot! |