Overview
| Artifact ID: | a0785b419c654efae88aa73fd0668ecd0606e8ca93f9532a058d2fca07b2fd0a |
|---|---|
| Ticket: | ad9361fd20f0b9c5c94d67f3c2b0450005d27250
string end-relative calculation broken for large indices |
| User & Date: | apnadkarni 2023-03-24 18:58:04 |
Changes
- assignee changed to: "nobody"
- closer changed to: "nobody"
- cmimetype changed to: "text/x-markdown"
- comment changed to:
``` % string range [string insert [string repeat a 0x80000000] end-0x7fffffff X] 0 10 Xaaaaaaaaaa ``` I expected "aXaaa..." Along the same lines, ``` % set s [string repeat a 0xffffffff]; string length $s 4294967295 % string index $s end-0xfffffffe a % string range $s end-0xfffffffe end-0xfffffffe ``` `string index` gives correct result but not `string range`.
- foundin changed to: "9.0"
- is_private changed to: "0"
- login: "apnadkarni"
- priority changed to: "5 Medium"
- private_contact changed to: "9546e9877f1a8899e25a89082561ee694e7fb402"
- resolution changed to: "None"
- severity changed to: "Important"
- status changed to: "Open"
- submitter changed to: "apnadkarni"
- subsystem changed to: "18. Commands M-Z"
- title changed to:
string end-relative calculation broken for large indices
- type changed to: "Bug"