Thread overview | |||||
---|---|---|---|---|---|
|
December 29, 2018 [Issue 19521] @safe typesafe_variadic_functions could cause memory corruption | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19521 Daniel <wyrlon@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |safe -- |
December 17, 2022 [Issue 19521] @safe typesafe_variadic_functions could cause memory corruption | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=19521 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P1 |P2 -- |
April 25, 2023 [Issue 19521] @safe typesafe_variadic_functions could cause memory corruption | ||||
---|---|---|---|---|
| ||||
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. -- |
Copyright © 1999-2021 by the D Language Foundation