summaryrefslogtreecommitdiff
path: root/test/py/tests/test_fs/test_squashfs/test_sqfs_overflow.py
AgeCommit message (Collapse)Author
5 daystest: squashfs: add directory table overflow regression testShahriyar Jalayeri
Add a Python test that lists a crafted SquashFS image whose directory table declares an oversized metadata-block count. Such an image must be rejected without corrupting the heap, which the test checks by confirming U-Boot is still responsive afterwards. Signed-off-by: Shahriyar Jalayeri <[email protected]> Reviewed-by: Richard Genoud <[email protected]>