Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/squashfs-tools: fix variable length array overflow | Natanael Copa | 2015-07-07 | 1 | -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) |