evas: change alloca->malloc for avoid stack overflow 80/126880/2
authorsunghyun kim <scholb.kim@samsung.com>
Tue, 25 Apr 2017 05:31:17 +0000 (14:31 +0900)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Tue, 2 May 2017 08:38:33 +0000 (08:38 +0000)
commit0087ac1b8d9a903d1183762b9ab1468eaa35d59f
treef47e1f143ca9da59cdeeb50840c4e6d6f0a6df6d
parent76cb3476759840ce6ee91c6028e0539fb46ab0d4
evas: change alloca->malloc for avoid stack overflow

when texture upload using memcpy case, sometimes crash happens in enlightenment.
it may be memory corruption problem when alloac is failed because of Stack overflow
so i replace alloca to malloc for avoid stack overflow

Change-Id: I20ad80df73d9e63d832acfdf4a281743841b6b46
src/modules/evas/engines/gl_common/evas_gl_texture.c