Thread overview
[Issue 19521] @safe typesafe_variadic_functions could cause memory corruption
Dec 29, 2018
Daniel
Dec 17, 2022
Iain Buclaw
Apr 25, 2023
RazvanN
December 29, 2018
https://issues.dlang.org/show_bug.cgi?id=19521

Daniel <wyrlon@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

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

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--
April 25, 2023
https://issues.dlang.org/show_bug.cgi?id=19521

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1305@gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Compiling the code now yields:

test.d(21): Deprecation: scope parameter `c` may not be returned

By using the compiler switch -dip1000 you get:

test.d(21): Error: scope parameter `c` may not be returned

So this seems to have been fixed. Closing as WORKSFORME.

--