libubox: Change calloc_a() to return size_t aligned pointers
authorTed Hess <thess@kitschensync.net>
Thu, 23 Feb 2017 20:57:02 +0000 (15:57 -0500)
committerTed Hess <thess@kitschensync.net>
Fri, 24 Feb 2017 20:00:15 +0000 (15:00 -0500)
commit96305a3cafcc9c0df7f189567671bb26ce3eb129
treeaf560b7fb90246bc69703a626b25f2db77f44b55
parentde3f14b643f09c799845073eaf3577a334d0726d
libubox: Change calloc_a() to return size_t aligned pointers

Un-aligned pointers were causing seg faults on some targets

Signed-off-by: Ted Hess <thess@kitschensync.net>
utils.c