Thread overview
[Issue 24133] printf format checking of %n allows writing to const pointers
Sep 03, 2023
Walter Bright
Sep 03, 2023
Dlang Bot
Sep 03, 2023
Dlang Bot
September 03, 2023
https://issues.dlang.org/show_bug.cgi?id=24133

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=21605

--
September 03, 2023
https://issues.dlang.org/show_bug.cgi?id=24133

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15569 "fix Issue 24133 - printf format checking of %n allows writing to cons…" fixing this issue:

- fix Issue 24133 - printf format checking of %n allows writing to const pointers

https://github.com/dlang/dmd/pull/15569

--
September 03, 2023
https://issues.dlang.org/show_bug.cgi?id=24133

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15569 "fix Issue 24133 - printf format checking of %n allows writing to cons…" was merged into master:

- 9e47262906cb713b1d754a4daeb098594c7eff82 by Walter Bright:
  fix Issue 24133 - printf format checking of %n allows writing to const
pointers

https://github.com/dlang/dmd/pull/15569

--