eo: call stack can grow/shrink when not using mmap
authorJérémy Zurcher <jeremy@asynk.ch>
Tue, 23 Sep 2014 08:47:24 +0000 (10:47 +0200)
committerJérémy Zurcher <jeremy@asynk.ch>
Tue, 23 Sep 2014 08:47:24 +0000 (10:47 +0200)
commit389c6d35f2908018e8b6ae3f8294c02c6b5073a0
tree5d52965eaf12dab1e81900688268c3a877338231
parent88c5996dc16b6356ec03f9c4d0562203c6d0cb54
eo: call stack can grow/shrink when not using mmap

- if HAVE_MMAP call stack do not shrink and abort() when should grow
- otherwise it's a growing/shrinking stack using realloc
src/lib/eo/eo.c