efl_ui/table: avoid exploding stack with lots of subobjects
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 17 Jul 2019 17:08:58 +0000 (13:08 -0400)
committerSangHyeon Jade Lee <sh10233.lee@samsung.com>
Tue, 23 Jul 2019 05:04:43 +0000 (14:04 +0900)
commit9f4ad26c575d167f668d79b3e051e0feb50bac37
tree802c47267f6b18f61488527a830c2752b6cabf20
parentf7dc4a47feab4ac7aa1dabfe6b05acbb1ad11f70
efl_ui/table: avoid exploding stack with lots of subobjects

using alloca like this without any limits is dangerous, so switch to
malloc here in such cases

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D9344
src/lib/elementary/efl_ui_table_layout.c