Quoting marcandre.lur...@redhat.com (2016-02-17 10:47:50) > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Hi, > > Laszlo Ersek pointed out a few worthy improvements to the win32 > guest-set-user-password command. > > Marc-André Lureau (5): > qga: use more idiomatic qemu-style eol operators > qga: use size_t for wcslen() return value > qga: use wide-chars constants for wchar_t comparisons > qga: fix off-by-one length check > qga: check utf8-to-utf16 conversion
Thanks, applied to qga tree: https://github.com/mdroth/qemu/commits/qga > > qga/commands-win32.c | 34 +++++++++++++++++++++++++--------- > 1 file changed, 25 insertions(+), 9 deletions(-) > > -- > 2.5.0 >