Thread overview
[Issue 8811] [snn] sscanf %n bug
Dec 17, 2022
Iain Buclaw
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8811

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrei@erdani.com
         Resolution|---                         |INVALID

--- Comment #1 from Andrei Alexandrescu <andrei@erdani.com> ---
The call sscanf("a".z, "a%n".z, &n); is invalid.

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8811

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|INVALID                     |FIXED

--- Comment #2 from Andrei Alexandrescu <andrei@erdani.com> ---
Ah, my bad, it's sscanf not scanf. Tried it just now with dpaste, works.

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=8811

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> ---
Wait, the bug is reported on Windows, not Posix. Reopening...

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=8811

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--