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

int64_t for all blocks and sizes for issue #156 #157

Closed

Conversation

chassell
Copy link

Use longlong to be compatible only with printf %lld. This will remain compatible on i686 architecture too.

@chassell chassell changed the title closes #156 int64_t for all blocks and sizes int64_t for all blocks and sizes for issue #156 Feb 18, 2021
@mcdamo
Copy link

mcdamo commented Jan 4, 2022

With this patch recovery is very fast. DAR was failing on large DLEs and it was reverting to slow restores.

@chassell
Copy link
Author

pretty obsolete with 3_6 now.

@chassell chassell closed this Jun 24, 2022
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

Successfully merging this pull request may close these issues.

amgtar DAR restores do not work with dumps larger than INT_MAX bytes due to use of int type
2 participants