swprintf() and apparently wcsftime() want the their output buffer size
specified in terms of the the number of wide characters and not
sizeof(buffer).
Reported by: Coverity
CID: 1007605, 1007606
MFC after: 1 week
swprintf() and apparently wcsftime() want the their output buffer size Tags None Referenced Files None Subscribers None
Description
Details
|