[PATCH resend] webservices: Use sscanf to convert strings to doubles.

Piotr Caban piotr.caban at gmail.com
Sat Jan 4 03:20:47 CST 2020


Hi Erich,

+    if (p[len-1] == 'e' || p[len-1] == 'E') return WS_E_INVALID_FORMAT; /* "1e" */
This is no longer needed. scanf is now returning error on such input.

Sorry I haven’t seen it earlier,
Piotr



More information about the wine-devel mailing list