packages/utils/squashfs-tools/patches
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
..
0001-squashfs-tools-fix-fnmatch.h-compatibility-with-musl.patch
0002-pseudo.c-add-explicit-stat.h-include.patch
0003-mksquashfs.c-get-inline-functions-work-with-C99.patch squashfs-tools: get inline functions work with both gnu11 and gnu89 2016-04-05 09:26:35 +03:00
0004-vla-to-malloc.patch squashfs-tools: fix segfault 2017-09-11 08:55:55 -06:00