We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d67233c + 2b21ba5 commit 499a14cCopy full SHA for 499a14c
spynix
20.5 KB
src/hlp/hlp_info.c
@@ -93,5 +93,5 @@ void print_hlp_info(void)
93
void print_ver_info(void)
94
{
95
print_banner();
96
- printf("spynix v4.0.1\n\nFor more info visit: https://github.com/git-user-cpp/spynix\n");
+ printf("spynix v4.0.2\n\nFor more info visit: https://github.com/git-user-cpp/spynix\n");
97
}
src/main.c
@@ -56,7 +56,7 @@ int main(int argc, char **argv)
56
57
else if(strcmp(argv[1], "-net") == 0)
58
59
- char host_name[100];
+ char host_name[30];
60
printf("Enter a hostname or IP address: ");
61
fgets(host_name, sizeof(host_name), stdin);
62
host_name[strcspn(host_name, "\n")] = '\0';
0 commit comments