Flattening: Difference between revisions
Appearance
Mefistotelis (talk | contribs) initial page |
m Changed to inter-wiki link |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
'''Flattening''' is a LabVIEW term for [ | '''Flattening''' is a LabVIEW term for [[wikipedia:Serialization|Serialization]]. Objects in LV are '''flattened''' in order to be saved to file or transmitted over network or serial interface, then '''unflattened''' in order to be used again. | ||
Saving a VI file on disk can be considered as '''flattening''' all the resources from it. | Saving a VI file on disk can be considered as '''flattening''' all the resources from it. | ||
In 2017, a vulnerability [https://www.cvedetails.com/cve/CVE-2017-2775/ was discovered] in LV code for '''unflattening''' variable of [[Variant data type]]. | |||
[[Category:File IO]] | |||
[[Category:Data types]] | |||
[[Category:LabVIEW internals]] |
Latest revision as of 12:01, 1 June 2020
Flattening is a LabVIEW term for Serialization. Objects in LV are flattened in order to be saved to file or transmitted over network or serial interface, then unflattened in order to be used again.
Saving a VI file on disk can be considered as flattening all the resources from it.
In 2017, a vulnerability was discovered in LV code for unflattening variable of Variant data type.