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

par2create crashes when input filename is only one character. #192

Closed
will-ca opened this issue Apr 8, 2024 · 1 comment
Closed

par2create crashes when input filename is only one character. #192

will-ca opened this issue Apr 8, 2024 · 1 comment

Comments

@will-ca
Copy link

will-ca commented Apr 8, 2024

$ echo 'Some Data.' > D
$ par2create D

Block size: 4
Source file count: 1
Source block count: 3
Recovery block count: 1
Recovery file count: 1

Opening: D
terminate called without an active exception
Aborted (core dumped)

$ ls
D


$ echo 'Some Data.' > D2
$ par2create D2

Block size: 4
Source file count: 1
Source block count: 3
Recovery block count: 1
Recovery file count: 1

Opening: D2
Computing Reed Solomon matrix.
Constructing: done.
Wrote 4 bytes to diskets
Writing recovery packets
Writing verification packets
Done

$ ls
D  D2  D2.par2  D2.vol0+1.par2

Well, that's a bit silly.

@animetosho
Copy link
Contributor

See #149 and #165

@will-ca will-ca closed this as completed Apr 9, 2024
@will-ca will-ca closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants