epp: fix memory corruption when using #warning and #error
authorJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 5 Oct 2016 10:00:38 +0000 (12:00 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 5 Oct 2016 19:16:06 +0000 (21:16 +0200)
commit6687e8b0c08336ee238deefd9cf8c570ab54570a
treefff14ccbef51bb840cd555f33af613d29956b483
parented750f091a86a82655c5d93f09d3d1d3442124cd
epp: fix memory corruption when using #warning and #error

The epp instructions #warning and #error would led to a segmentation
fault (invalid free) because the malloced buffer's base pointer was
moved.

@fix
src/bin/edje/epp/cpplib.c