Skip to content

syzbot-get: fix panic from conflict in argument definitions#39

Open
bharadwaj-raju wants to merge 1 commit intokoverstreet:masterfrom
bharadwaj-raju:fix-syzbot-get-arg-parsing
Open

syzbot-get: fix panic from conflict in argument definitions#39
bharadwaj-raju wants to merge 1 commit intokoverstreet:masterfrom
bharadwaj-raju:fix-syzbot-get-arg-parsing

Conversation

@bharadwaj-raju
Copy link
Copy Markdown

Remove the short variant of --id and --idx since they conflict and cause syzbot-get to panic at runtime.

thread 'main' panicked at /home/bharadwaj/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.20/src/builder/debug_asserts.rs:112:17:
Command ci_cgi: Short option names must be unique for each argument, but '-i' is in use by both 'id' and 'idx'
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

In this repo we only use the long variants anyway, and I don't think it's used anywhere outside.

Remove the short variant of --id and --idx since
they conflict and cause syzbot-get to panic at
runtime.

In this repo we only use the long variants anyway,
and I don't think it's used anywhere outside.
@bharadwaj-raju bharadwaj-raju force-pushed the fix-syzbot-get-arg-parsing branch from 359b7ed to af02003 Compare May 30, 2025 09:36
@koverstreet koverstreet force-pushed the master branch 2 times, most recently from 3f15e99 to d6c5fed Compare August 20, 2025 18:09
@koverstreet koverstreet force-pushed the master branch 5 times, most recently from 7f564bd to 29dbf57 Compare September 12, 2025 01:43
@koverstreet koverstreet force-pushed the master branch 2 times, most recently from 27f0b74 to db54a09 Compare February 6, 2026 03:38
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