Artifact
8e5fed0b39f67d9537de2d77d7df513b45c092f6:
- File
ChangeLog
-
2012-05-21 16:56:27
— part of check-in
[a13bf543cf]
on branch trunk
— When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,
care must be taken that the value cannot possibly become pure Unicode. Calling
Tcl_AppendToObj() has the possibility of making such a conversion. Bug found
while valgrinding the trunk.
(user:
dgp
size: 288976)
-
2012-05-21 16:56:27
— part of check-in
[a13bf543cf]
on branch trunk
— When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,
care must be taken that the value cannot possibly become pure Unicode. Calling
Tcl_AppendToObj() has the possibility of making such a conversion. Bug found
while valgrinding the trunk.
(user:
dgp
size: 288976)
-
2012-05-22 09:15:42
— part of check-in
[a80aa8d5d3]
on branch frq-3527238
— better unicode detection: Unicode always ends with two zero-bytes
(user:
jan.nijtmans
size: 288976)