-
Notifications
You must be signed in to change notification settings - Fork 771
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
Tar crashes when using -H or -L options with wildcards in Windows #2211
Comments
I debugged and found that the following line generates an exception ( libarchive/libarchive/archive_read_disk_windows.c Line 2188 in 136ce81
When using wildcards, the following code will not store libarchive/libarchive/archive_read_disk_windows.c Lines 1866 to 1895 in 136ce81
|
Basic Information
Description of the problem you are seeing:
tar cf test.tar -L *.*
, tar abnormally exits with error code (-1073741819 == 0xC0000005).How the libarchive developers can reproduce your problem:
tar cf test.tar -L *.*
ortar cf test.tar -H *.*
The text was updated successfully, but these errors were encountered: