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

[release/7.0] Fix PAX extended attribute reading logic to treat '=' character as valid in the value strings. #83177

Merged
merged 5 commits into from
Mar 10, 2023

Commits on Mar 9, 2023

  1. Move PaxExtendedAttribute_Roundtrips test to correct source code file…

    …. It is not handling any filesystem entries.
    carlossanlop authored and github-actions committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6ceab26 View commit details
    Browse the repository at this point in the history
  2. Bug fix: Do not fail when reading an extended attribute when the valu…

    …e contains an '=' character.,
    carlossanlop authored and github-actions committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    7318a76 View commit details
    Browse the repository at this point in the history
  3. Add unit tests that verify extended attribute and global extended att…

    …ribute roundtripping when the value contains an '=' character. Also add a null check for a subsequent GetNextEntry.
    carlossanlop authored and github-actions committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c97a045 View commit details
    Browse the repository at this point in the history
  4. Convert duplicate InlineData to single shared MemberData method.

    carlossanlop authored and github-actions committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e15d0a2 View commit details
    Browse the repository at this point in the history
  5. Apply suggestion

    carlossanlop authored and github-actions committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    36f73f9 View commit details
    Browse the repository at this point in the history