#3082 closed defect (fixed)
S-Lang-2.2.2 buffer-overflow bug
Reported by: | Ag. Hatzimanikas | Owned by: | Ag. Hatzimanikas |
---|---|---|---|
Priority: | normal | Milestone: | x-future |
Component: | BOOK | Version: | SVN |
Severity: | major | Keywords: | |
Cc: |
Description ¶
In slang pre2.2.2 (change 9) fixed a possible access violation (in aget) when using a range array as an index.
The following trivial sed should fix also the same problem with aput.
sed -i 's/<=/</' src/slagetput.inc
This fix pulled from the new created git repository (change 22) and I opened this ticket after a discussion with the author of S-Lang who kindly informed me about the severity of this bug.
Change History (3)
comment:1 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in r8368.