LabVIEW-DCAF / TagEditorCore

The collection of sample projects, libraries, class implementations, and APIs which make up the core of DCAF.
http://www.ni.com/dcaf
Apache License 2.0
8 stars 6 forks source link

Possible to Load Incorrect Class by Name #380

Open jacobson3 opened 6 years ago

jacobson3 commented 6 years ago

In "class discovery singleton.lvlib:load class.vi" which is used in the "load class by name" case, it is possible to load an incorrect class when attempting to match the class name to AllLibsInAppInstance.

As an example, if no class name was entered, the VI would try to load the first library in memory. A class name input of Test.lvclass would also match to NewTest.lvclass.

2018-02-22 17_03_28-dcaf - vmware player non-commercial use only