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

Do no panic when passed empty string as argument. closes #466 #575

Merged
merged 2 commits into from
Jul 30, 2021
Merged

Do no panic when passed empty string as argument. closes #466 #575

merged 2 commits into from
Jul 30, 2021

Conversation

sudipghimire533
Copy link
Contributor

When parsing argument parse() function in src/cli.rs splits the argument string without checking length which results in panic when splitting empty string.
This PR pix that issue by introducing continue on empty string.

@sudipghimire533 sudipghimire533 changed the title Do no panic when passed empty string as argument. Fix #466 Do no panic when passed empty string as argument. Closes #466 Jul 29, 2021
@sudipghimire533 sudipghimire533 changed the title Do no panic when passed empty string as argument. Closes #466 Do no panic when passed empty string as argument. closes #466 Jul 29, 2021
Copy link
Member

@Emilgardis Emilgardis left a comment

Choose a reason for hiding this comment

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

Lgtm

bors r+

bors bot added a commit that referenced this pull request Jul 29, 2021
575: Do no panic when passed empty string as argument. closes #466 r=Emilgardis a=sudipghimire533

When parsing argument `parse()` function in `src/cli.rs`  splits the argument string without checking length which results in panic when splitting empty string.
This PR pix that issue by introducing `continue` on empty string.

Co-authored-by: Sudip Ghimire <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jul 30, 2021

Timed out.

@reitermarkus
Copy link
Member

bors retry

bors bot added a commit that referenced this pull request Jul 30, 2021
575: Do no panic when passed empty string as argument. closes #466 r=Emilgardis a=sudipghimire533

When parsing argument `parse()` function in `src/cli.rs`  splits the argument string without checking length which results in panic when splitting empty string.
This PR pix that issue by introducing `continue` on empty string.

Co-authored-by: Sudip Ghimire <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jul 30, 2021

Build failed:

  • rust-embedded.cross

@burrbull
Copy link

bors retry

@bors
Copy link
Contributor

bors bot commented Jul 30, 2021

Build succeeded:

@bors bors bot merged commit 8ea5d46 into cross-rs:master Jul 30, 2021
@Emilgardis
Copy link
Member

Thanks for the fix @sudipghimire533 :D

@Emilgardis Emilgardis added this to the v0.2.2 milestone Jun 15, 2022
@Alexhuszagh Alexhuszagh added bug no changelog A valid PR without changelog (no-changelog) no-ci-targets PRs that do not affect any cross-compilation targets. labels Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug no changelog A valid PR without changelog (no-changelog) no-ci-targets PRs that do not affect any cross-compilation targets.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants