-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
stty: fix: reject "+hex" in parse_saved_state
#9662
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
base: main
Are you sure you want to change the base?
Conversation
|
GNU testsuite comparison: |
|
@Rudxain still draft after 2 weeks, are you going to work on it? thanks |
Yes! This PR can be merged as-is, but I want to replace coreutils/src/uucore/src/lib/features/parser/num_parser.rs Lines 39 to 54 in e6467b1
Should I use that? Or is there something more appropriate? |
641efd8 to
4e269cf
Compare
|
I didn't expect the workflow queue to be cancelled 😕 |
|
Restarted |
This comment was marked as resolved.
This comment was marked as resolved.
|
BTW, this branch is soft-blocked on this PR. Should I include that patch into this PR, or should I keep it separate for better scoping? |
|
GNU testsuite comparison: |
Fixes this pitfall: rust-lang/rust-clippy#16213
Related: #9255