Replace alloca with malloc.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 9 Feb 2012 00:10:33 +0000 (09:10 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 9 Feb 2012 00:10:33 +0000 (09:10 +0900)
commit1320058992a2be309c597bd4ddd769d34b583968
tree449b8dd5e5c9cd5dbeb3afa2801a46f2f208d19b
parent1b7495689df8ad78ffa9cad7bc6178c843924467
Replace alloca with malloc.

alloca can generates the segmentation fault if it fails to allocate
stack.
debian/changelog
src/main.c