[Issue 23813] DIP1000 can introduce memory corruption in @safe function with typesafe variadics

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 28 15:07:40 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23813

--- Comment #1 from kinke <kinke at gmx.net> ---
Oh, the `scope` annotation isn't required, bug happens without `scope` too -
probably because of https://github.com/dlang/dmd/pull/14324 ('typesafe variadic
parameters should automatically be scope with DIP1000').

--


More information about the Digitalmars-d-bugs mailing list