aboutsummaryrefslogtreecommitdiffstats
path: root/main/squashfs-tools/vla-overlow.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/squashfs-tools: fix variable length array overflowNatanael Copa2015-07-071-0/+21
we can not guarantee that block size specified in user data will not overflow the stack so we need to use malloc. this fixes segfault when doing unsquashfs (cherry picked from commit 2fafe3d1eb933216776b191c85565ec5289161da)