You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: