[ad_1]
You should append a null terminator to a buffer.
...
while (c != 13);
buffer[pos] = '\0'; // Here
}
[ad_2]
solved Password buffer [closed]
[ad_1]
You should append a null terminator to a buffer.
...
while (c != 13);
buffer[pos] = '\0'; // Here
}
[ad_2]
solved Password buffer [closed]