Message91420
Today I noticed the StringObj manpage (from tcl) says that the bytes
that represent an tcl object should be treated as read-only (although it
uses char *) so this issue1028.diff may very well cause a segfault at
some point.
I'm attaching a new patch that fixes this and also uses
Tcl_GetStringFromObj, instead of directly accessing the bytes member of
a tcl object, so we know its string representation is not invalid. |
|
Date |
User |
Action |
Args |
2009-08-08 15:43:04 | gpolo | set | recipients:
+ gpolo, nnorwitz, kbk, ocean-city, ezio.melotti, wplappert, gumpy |
2009-08-08 15:43:03 | gpolo | set | messageid: <1249746183.97.0.0791244398519.issue1028@psf.upfronthosting.co.za> |
2009-08-08 15:43:02 | gpolo | link | issue1028 messages |
2009-08-08 15:43:02 | gpolo | create | |
|