edje_cc_parse - warn - make buffers bigger to avoid truncation

This commit is contained in:
Carsten Haitzler 2018-11-08 14:30:54 +00:00
parent 832620f8fd
commit 24b345bb53
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ get_verbatim_line2(void)
void
compile(void)
{
char buf[4096], buf2[4096];
char buf[4096 + 4096 + 4096], buf2[4096];
Eina_Tmpstr *tmpn;
int fd;
off_t size;