Opened 14 years ago

Closed 14 years ago

Last modified 7 years ago

#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.

https://opensvn.csie.org/viewcvs.cgi/slang/trunk/src/slagetput.inc?r1=301&r2=376&rev=376&root=jedsoft

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 Ag. Hatzimanikas, 14 years ago

Owner: changed from blfs-book@… to Ag. Hatzimanikas
Status: newassigned

comment:2 by Ag. Hatzimanikas, 14 years ago

Resolution: fixed
Status: assignedclosed

Fixed in r8368.

comment:3 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.