Use strlcpy() instead of strncpy() when copying date and subj
to ensure that these are properly NUL terminated since they
are passed to printf().
Reported by: Coverity
CID: 974770
MFH: 1 week
Use strlcpy() instead of strncpy() when copying date and subj Tags None Referenced Files None Subscribers None
Description
Details
|