diff options
| author | dgp@users.sourceforge.net <dgp> | 2004-10-06 03:43:26 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2004-10-06 03:43:26 (GMT) |
| commit | 69e71655357cefe5a431a05aa04ec8aa5075bd5d (patch) | |
| tree | 608233318f114ea2abc89c1bd0475eaaded9904a /unix/tclUnixTest.c | |
| parent | 76e656132bf5ec876267975917c99f5fb61d3718 (diff) | |
| download | tcl-69e71655357cefe5a431a05aa04ec8aa5075bd5d.zip tcl-69e71655357cefe5a431a05aa04ec8aa5075bd5d.tar.gz tcl-69e71655357cefe5a431a05aa04ec8aa5075bd5d.tar.bz2 | |
* generic/tclBasic.c:
* generic/tclBinary.c:
* generic/tclCmdAH.c:
* generic/tclCmdIL.c:
It is a poor practice to directly set or append to the value
of the objResult of an interp, because that value might be
shared, and in that circumstance a Tcl_Panic() will be the
result. Searched for example of this practice and replaced
with safer alternatives, often using the Tcl_AppendResult()
routine that dkf just rehabilitated.
Diffstat (limited to 'unix/tclUnixTest.c')
0 files changed, 0 insertions, 0 deletions
