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

improve error message for missing args in qubic-cli #40

Open
Franziska-Mueller opened this issue Nov 21, 2024 · 0 comments
Open

improve error message for missing args in qubic-cli #40

Franziska-Mueller opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@Franziska-Mueller
Copy link
Contributor

At the moment, when calling qubic-cli commands with fewer arguments than needed, the program returns a segmentation fault to the user. The segmentation fault is caused by accessing the argv array without checking argc size first.
The task is to implement the proper checks and return a meaningful error message to the user.

@Franziska-Mueller Franziska-Mueller self-assigned this Nov 21, 2024
@Franziska-Mueller Franziska-Mueller closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2024
@Franziska-Mueller Franziska-Mueller transferred this issue from qubic/core Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant