mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
[ISO9660] Infinite directory depth creation when extracting files from HomeCD 1 coverdisc. #983
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @claunia on GitHub (Feb 4, 2024).
Originally assigned to: @claunia on GitHub.
Version
Development commit
Commit hash
4825d41460Tested debug version?
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Image format
Raw image format
Application that created the image
dd
What were you doing when it failed?
Destination image format
Filesystem
ISO9660
Description
Tries to create infinite depth of subdirectories with empty string name.
Exact command line used
aaru fs extract homecd1.iso fooExpected behavior
Stops creating subdirectories.
Actual behavior
Keeps trying to create a new subdirectory with `` name until stack overflows.
Output of command execution with debug output enabled
@claunia commented on GitHub (Feb 4, 2024):