libfstools: support file paths longer than 255 chars
authorRafał Miłecki <rafal@milecki.pl>
Thu, 4 Jan 2018 13:58:18 +0000 (14:58 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 5 Jan 2018 13:48:59 +0000 (14:48 +0100)
commit37762ff488752c1686b359816aec75831b49c55f
tree1ac97804d3fec36ec7b8561d5cf81e145eef7910
parentbdcb075fafdac0bfe3207c23f64acd58432bad86
libfstools: support file paths longer than 255 chars

Alloc globdir buffer dynamically and simply use realloc when needed.
This fixes e.g. segmentation fault in jffs2reset due to an infinite
recurrency when dealing with longs paths.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
libfstools/overlay.c