openwrt-packages/utils/squashfs-tools
Colby Whitney 5917d336fa squashfs-tools: fix segfault
Unsquashfs was segfaulting.  When examining in gdb the stack was corrupt.
I found that converting the variable length arrays to malloc caused the
stack corruption to not happen and the segfault went away.  This is due to
the musl pthread stack size being 80k by default.  So the chance of a stack
overflow is high.

Signed-off-by: Colby Whitney <colby.whitney@luxul.com>
2017-09-11 08:55:55 -06:00
..
patches squashfs-tools: fix segfault 2017-09-11 08:55:55 -06:00
Config.in squashfs-tools: change default compression options to n 2016-06-09 18:44:22 +03:00
Makefile squashfs-tools: fix segfault 2017-09-11 08:55:55 -06:00