Good
Fix buffer overflow
The buffer overflow was caused by off-by-one error when copying strings.
The source string buffer includes the null terminator, while the
destination string buffer does not.
Bad
Fix buffer overflow
Add -1 to the length of bytes being copied from the source string buffer
to the destination string buffer.
Note: subject line is mandatory, body is optional
Good
Fix buffer overflow
The buffer overflow was caused by off-by-one error when copying strings.
The source string buffer includes the null terminator, while the
destination string buffer does not.
Bad
Fix buffer overflow
The buffer overflow was caused by off-by-one error when copying strings.
The source string buffer includes the null terminator, while the
destination string buffer does not.
Good
Fix buffer overflow
Bad
Fix buffer overflow that was caused by off-by-one error when copying strings
Good
Fix buffer overflow
Bad
fix buffer overflow
Good
Fix buffer overflow
Bad
Fix buffer overflow.
Good
Fix buffer overflow
Bad
Fixed buffer overflow
Fixing buffer overflow
Buffer overflow fixed
Good
Fix buffer overflow
The buffer overflow was caused by off-by-one error when copying strings.
The source string buffer includes the null terminator, while the
destination string buffer does not.
Bad
Fix buffer overflow
The buffer overflow was caused by off-by-one error when copying strings. The source string buffer includes the null terminator, while the destination string buffer does not.