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

Fix #1151 #1152

Merged
merged 2 commits into from
Aug 7, 2024
Merged

Fix #1151 #1152

merged 2 commits into from
Aug 7, 2024

Conversation

andreleblanc11
Copy link
Member

When identity is missing from xattr it returns a null string

Copy link

github-actions bot commented Aug 7, 2024

Test Results

1 tests   0 ✅  14s ⏱️
1 suites  0 💤
1 files    0 ❌  1 🔥

For more details on these errors, see this check.

Results for commit 9c580d5.

♻️ This comment has been updated with latest results.

@andreleblanc11 andreleblanc11 marked this pull request as ready for review August 7, 2024 16:33
Copy link
Contributor

@petersilva petersilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this patch does not make sense. why would a routine return 'null' as a string? looking at the source of the other routine, it returns either the value or python None.

This code effectively disables every reading the extended attributes because the return value never == 'null'.

@petersilva petersilva self-requested a review August 7, 2024 19:24
Copy link
Contributor

@petersilva petersilva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

excellent patch, addresses the root cause ... invalid checksum for calculate on download case.

@petersilva petersilva merged commit 46c3bef into development Aug 7, 2024
2 of 4 checks passed
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.

2 participants