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