oleaut32: Fix parse error when converting non-ascii string to VT_DATE.

Akihiro Sagawa sagawa.aki at gmail.com
Tue May 16 10:00:07 CDT 2017


This fixes Bug 43026.
If isalpha() argument is neither representable as an unsinged char nor the
value of EOF macro, the behavior is undefined. [C89 4.3]

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
---
 dlls/oleaut32/tests/vartype.c | 7 +++++++
 dlls/oleaut32/vartype.c       | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-oleaut32-Fix-parse-error-when-converting-non-ascii-s.patch
Type: text/x-patch
Size: 1449 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20170517/0a6a2284/attachment-0001.bin>


More information about the wine-patches mailing list