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
Arguments like --connect (client mode) and --port are not strictly validated. The program may run with incomplete configuration leading to runtime errors. Add strict validation after parsing. You can use getopt() for this !!!!
Arguments like
--connect(client mode) and--portare not strictly validated. The program may run with incomplete configuration leading to runtime errors. Add strict validation after parsing. You can use getopt() for this !!!!