Tcl Source Code

Check-in [e2a4fef6e1]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Make TclTrim* routines robust against some malformation in inputs. Better than access violations and panics!
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | core-8-5-branch
Files: files | file ages | folders
SHA3-256: e2a4fef6e100cfcf1012e4e6689e826988e2106c66d1ee94b8dee27073395c59
User & Date: dgp 2018-03-14 00:03:59.081
Context
2018-03-14
00:53
merge 8.5 check-in: 4fd30be85b user: dgp tags: core-8-6-branch
00:45
TclTrim must write to *trimRight even when making a quick exit. check-in: 8b3e6a3ee5 user: dgp tags: core-8-5-branch
00:03
Make TclTrim* routines robust against some malformation in inputs. Better than access violations and... check-in: e2a4fef6e1 user: dgp tags: core-8-5-branch
2018-03-13
23:56
A few minor revisions. closed check-in: d8df7220e3 user: dgp tags: sebres-8-5-fix-trim-on-mailformed
03:15
Tidy up and comment [string replace] and its corner cases. check-in: dfe3934edb user: dgp tags: core-8-5-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to generic/tclCmdMZ.c.
Changes to generic/tclInt.h.
Changes to generic/tclUtil.c.