Differences From Artifact [3d8c0b6d34]:
- File unix/tclUnixInit.c — part of check-in [65cc894ac5] at 2015-07-31 22:05:20 on branch trunk — fix off-by-one possible buffer overrun when looking for encodings; found by coverity (user: msofer size: 29874) [more...]
To Artifact [3f3e3ac46b]:
- File unix/tclUnixInit.c — part of check-in [32379be1ed] at 2015-12-11 08:43:28 on branch semver — Experiments with [http://semver.org/|Semantic Versioning] in Tcl. (Don't look!) (user: jan.nijtmans size: 29880)
| ︙ | |||
492 493 494 495 496 497 498 | 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 | - + | /* * Initialize the substrings used when locating an executable. The * installLib variable computes the path as though the executable is * installed. */ |
| ︙ |