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

path_conv: backport forgotten part of msys2/msys2-runtime#179 #64

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

dscho
Copy link
Contributor

@dscho dscho commented Feb 27, 2024

In msys2/msys2-runtime#179 ("Fix out-of-bound access in path conversion"), two instances were fixed where it was used when it2 should have been used instead.

In 3a20d2f (Sync path_conv.pp with msys2-runtime, 2023-12-22), only one of those fixes was applied. Let's apply the other one, too.

In msys2/msys2-runtime#179 ("Fix out-of-bound
access in path conversion"), _two_ instances were fixed where `it` was
used when `it2` should have been used instead.

In 3a20d2f (Sync path_conv.pp with msys2-runtime, 2023-12-22), only one
of those fixes was applied. Let's apply the other one, too.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
@lazka lazka merged commit 6a57c6d into msys2:main Feb 28, 2024
7 checks passed
@lazka
Copy link
Member

lazka commented Feb 28, 2024

oops, thanks

@dscho dscho deleted the fix-out-of-bound-access-in-path-conv branch March 4, 2024 08:07
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