Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISO9660] Infinite directory depth creation when extracting files from HomeCD 1 coverdisc. #836

Open
5 of 20 tasks
claunia opened this issue Feb 4, 2024 · 1 comment
Open
5 of 20 tasks
Assignees
Milestone

Comments

@claunia
Copy link
Collaborator

claunia commented Feb 4, 2024

Version

Development commit

Commit hash

4825d41

Tested debug version?

  • Yes

Which operating systems have you used?

  • Windows
  • Linux
  • macOS
  • Other

What is the architectural bit size you're using?

  • 32-bit
  • 64-bit
  • Unsure or unknown

What processor are you using?

  • An Intel or AMD
  • An ARM or Apple Silicon
  • Unsure or unknown

Image format

Raw image format

Application that created the image

dd

What were you doing when it failed?

  • I was converting the image to another format...
  • I was retrieving image information...
  • I was retrieving filesystem information...
  • I was listing the filesystem contents...
  • I was extracting the filesystem contents...
  • I was creating a metadata sidecar...
  • I was checksumming the image...
  • I was verifying the image...
  • I was calculating the image entropy...

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 foo

Expected 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

Created subdirectory at HomeCD
1_files/iso9660/HOME_CD_1/SHARE/W31/EDUCATIV/TTEACH20////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////


### Affected image

148209e8be701f7eadf01f3fab3456b9484ac0cfdc2f0944a16d2e5c09470f3d2a459ea70da9cd614c21927445fd3186beec22a943410f20dc0f43342d82874c  HomeCD 1.iso
@claunia claunia added this to the 6.0 milestone Feb 4, 2024
@claunia claunia self-assigned this Feb 4, 2024
@claunia
Copy link
Collaborator Author

claunia commented Feb 4, 2024

@claunia claunia changed the title [ISO9666] Infinite directory depth creation when extracting files from HomeCD 1 coverdisc. [ISO9660] Infinite directory depth creation when extracting files from HomeCD 1 coverdisc. Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant