Thread overview
[Issue 21425] Using va_start twice results in wrong values
Nov 24, 2020
Tim
Jul 15, 2022
Tomáš Chaloupka
5 days ago
Tim
5 days ago
Walter Bright
5 days ago
Walter Bright
4 days ago
Dlang Bot
1 day ago
Dlang Bot
November 24, 2020
https://issues.dlang.org/show_bug.cgi?id=21425

Tim <tim.dlang@t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--
July 15, 2022
https://issues.dlang.org/show_bug.cgi?id=21425

Tomáš Chaloupka <chalucha@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chalucha@gmail.com

--
December 17
https://issues.dlang.org/show_bug.cgi?id=21425

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=21425

Tim <tim.dlang@t-online.de> changed:

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

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=21425

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Yes, it's the same issue as 23409. Thanks, Tim!

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=21425

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dave287091@gmail.com

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
*** Issue 23409 has been marked as a duplicate of this issue. ***

--
4 days ago
https://issues.dlang.org/show_bug.cgi?id=21425

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #15267 "fix Issue 21425 - Using va_start twice results in wrong values" fixing this issue:

- fix Issue 21425 - Using va_start twice results in wrong values

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

--
1 day ago
https://issues.dlang.org/show_bug.cgi?id=21425

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

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

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15267 "fix Issue 21425 - Using va_start twice results in wrong values" was merged into master:

- 427e00b3ef47362f900c21d1db4a608d00b3dad9 by Walter Bright:
  fix Issue 21425 - Using va_start twice results in wrong values

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

--