eina - fix eina_file_virtualize to copy data to an aligned addr
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 7 Jul 2017 03:08:01 +0000 (12:08 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Fri, 7 Jul 2017 03:08:01 +0000 (12:08 +0900)
commiteeb1eb1b7422e1d5510dd3f643b1c77c3fbb87e0
tree1117539d74991e2b6bd94c1ba5dafae0bc2bfd9b
parent457d53ec29171a759697ec30012fe2668ad6c292
eina - fix eina_file_virtualize to copy data to an aligned addr

so we copy data to an UNALINED memory address (just after whatever
string we packed on the end of the eina file struct header). this is
bad. especially for non-intel architectures. this forces a 16 byte
alignment which should cover us.

@fix
src/lib/eina/eina_file_common.c