Skip to content

Checking out aws-sdk-ruby creates a file with binary data. #9377

Description

@skunkworker

Environment Information

macOS 26.4.1
JRuby 10.0.5.0
Bundler 4.0.10.0

Gem in question:
aws-sdk-kms 1.122.0 and 1.123.0

Expected Behavior

Gem installs with blank customizations.rb file.

Actual Behavior

Gem installs but binary data is copied into customizations.rb file.

Image

yeah you can trace through tar_reader.rb in rubygems stdlib and it eventually gets to copy_stream... I suspect somewhere in there it's seeing the entry's zero length and interpreting that to mean "read the rest of the file"
@headius

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions