[Issue 8811] [snn] sscanf %n bug
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Oct 15 10:22:27 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=8811
Andrei Alexandrescu <andrei at erdani.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrei at erdani.com
Resolution|--- |INVALID
--- Comment #1 from Andrei Alexandrescu <andrei at erdani.com> ---
The call sscanf("a".z, "a%n".z, &n); is invalid.
--
More information about the Digitalmars-d-bugs
mailing list