SHA256
3
0
forked from pool/tcl

Accepting request 30222 from Base:build

Copy from Base:build/tcl via accept of submit request 30222 revision 4.
Request was accepted with message:
Thanks.

OBS-URL: https://build.opensuse.org/request/show/30222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tcl?expand=0&rev=30
This commit is contained in:
Reinhard Max 2010-01-28 12:06:21 +00:00 committed by Git OBS Bridge
parent 709ebcb908
commit 2c704cf1f8
3 changed files with 18 additions and 0 deletions

11
tcl-fortify.patch Normal file
View File

@ -0,0 +1,11 @@
--- generic/tclTrace.c.orig 2010-01-21 12:38:47.000000000 +0100
+++ generic/tclTrace.c 2010-01-21 12:55:05.000000000 +0100
@@ -909,7 +909,7 @@
}
ctvarPtr->traceCmdInfo.length = length;
flags |= TCL_TRACE_UNSETS | TCL_TRACE_RESULT_OBJECT;
- strcpy(ctvarPtr->traceCmdInfo.command, command);
+ memcpy(ctvarPtr->traceCmdInfo.command, command, length + 1);
ctvarPtr->traceInfo.traceProc = TraceVarProc;
ctvarPtr->traceInfo.clientData = (ClientData)
&ctvarPtr->traceCmdInfo;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 21 12:55:33 CET 2010 - rguenther@suse.de
- Fix fortify violation in TraceVariableObjCmd.
-------------------------------------------------------------------
Wed Nov 18 16:18:20 CET 2009 - max@suse.de

View File

@ -41,6 +41,7 @@ Source2: baselibs.conf
Source3: macros.tcl
Patch0: tcl.patch
Patch1: tcl-unload.patch
Patch2: tcl-fortify.patch
%description
Tcl (Tool Command Language) is a very powerful but easy to learn
@ -88,6 +89,7 @@ Authors:
%setup -q -n %name%version
%patch0
%patch1
%patch2
%build
cd unix