https://bugs.winehq.org/show_bug.cgi?id=48452
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #7 from Piotr Caban piotr.caban@gmail.com --- I've already fixed it locally, will send a patch soon.
An example of input that is not working is: sscanf("\000100", "%f", &f); Since the first character is \0 we should fail to read anything.