[Kst] [Bug 165759] New: possible to create dependency loops in data objects through javaScript

Andrew Walker arwalker at sumusltd.com
Fri Jul 4 23:23:21 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=165759         
           Summary: possible to create dependency loops in data objects
                    through javaScript
           Product: kst
           Version: 1.7.0
          Platform: Compiled Sources
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kst kde org
        ReportedBy: arwalker sumusltd com


Version:           1.7.0 (using KDE 3.5.8)
Installed from:    Compiled From Sources
OS:                Linux

it is possible to create dependency loops in data objects through the use of javaScript

for example:

v=new Vector()
v.resize(10)
hs=new Histogram(v, -10, 10, 5)
hs.setVector(hs.xVector)

This create a histogram whose output is also its input.
This should not be permissible.


More information about the Kst mailing list