[FIX] UIHV: Writing data to file 87/60687/3
authorAlexander Aksenov <a.aksenov@samsung.com>
Thu, 21 Jan 2016 19:29:02 +0000 (22:29 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Tue, 26 Apr 2016 13:56:11 +0000 (16:56 +0300)
commitdc759dc4e903a25713e79dddbda8d700dfa40c0e
tree255ce3b985b6ef1f2c38ced6bc70e07b30aeb465
parent4c21171004fe7296a820a18684e8e8f7cc0217ea
[FIX] UIHV: Writing data to file

Issue:
Previously, there was a dynamically allocated buffer of a
constant size that have been used for all of the UI elements
regardless of their count and used data size.
Sometimes this have led to buffer overflow.

Solution:
Now buffer is not used at all, the whole data is written directly
to a file.

Change-Id: I847321db086f1c8e667d2ba7d12572fb29a6897f
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
ui_viewer/ui_viewer_data.c
ui_viewer/ui_viewer_data.h
ui_viewer/ui_viewer_utils.c