Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strlen(3) will return length of input, not including terminating NUL character. And strcpy(3) will copy the included NUL character. Thus, we'll get buffer overflow for 1 character. Fix it.
- Loading branch information