Skip to content

Fix buffer overrun when individual path length exceeds USTAR_uname_size#22

Open
gwynjudd wants to merge 1 commit intonvh:masterfrom
gwynjudd:pathlen
Open

Fix buffer overrun when individual path length exceeds USTAR_uname_size#22
gwynjudd wants to merge 1 commit intonvh:masterfrom
gwynjudd:pathlen

Conversation

@gwynjudd
Copy link

The value of strlen(nameChar) would be either bogus,
or exceed the value of USTAR_uname_size, leading to overrun.

Fixes #21

The value of strlen(nameChar) would be either bogus,
or exceed the value of USTAR_uname_size, leading to overrun.
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.

1 participant