Re: riched20: Properly clear all of a buffer of type WCHAR.
May 9, 2016
7:55 a.m.
On Sun, May 08, 2016 at 10:15:49PM +0200, Gerald Pfeifer wrote:
buf is an array of WCHAR, so this memset falls short.
If you prefer, I can submit a patch that rather uses sizeof(buf); just let me know.
Hi Gerald, Yes, please use sizeof(buf). Thanks, Huw.
3699
Age (days ago)
3699
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies