November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23445 Walter Bright <bugzilla@digitalmars.com> changed... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23445 --- Comment #5 from Walter Bright <bugzilla... | |||
November 01, 2022 Issues » [Issue 23450] New: Unexpected constructor behaviour in DMD in rare cases | |||
|---|---|---|---|
| |||
...the code
```
import std;
alias DG = void delegate();
class TType
{
}
class MyClass
{
this(TType t1... | |||
November 01, 2022 Learn » A strange DMD error | |||
|---|---|---|---|
| |||
...code
```D
import std;
alias DG = void delegate();
class TType
{
}
class MyClass
{
this(TType t1... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23445 Adam D. Ruppe <destructionator@gmail.com... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23445 Tejas_Garhewal <scienticman@gmail.com> changed... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=23445
timon.gehr@gmx.ch changed:
What... | |||
November 01, 2022 Issues » [Issue 23445] Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
...turned into a delegate. For nested functions not turned into a delegate, p is placed... | |||
October 30, 2022 Issues » [Issue 23445] New: Can leak scope variable through delegate context | |||
|---|---|---|---|
| |||
...23445
Summary: Can leak scope variable through delegate context
Product: D
Version: D2
Hardware: All... | |||
October 27, 2022 Issues » [Issue 23440] New: closure over typesafe variadic or scope array passes safe though leads to stack corruption | |||
|---|---|---|---|
| |||
...destructionator@gmail.com
Consider the following:
```
void delegate() @safe foo(int[] stuff...) @safe { // adding `scope... | |||
Copyright © 1999-2021 by the D Language Foundation