Search

November 16
Issues »
...Fix bugzilla 24832 - Segfault in hex string (#17024)

  * Fix bugzilla 24832 - Segfault in hex string...
November 16
Issues »
...master:

- cf618a659c92a0a6fcbc9079af29c72a8af27b76 by Dennis:
  Fix bugzilla 24337 - Segfault when printing an int[] cast from a...
October 24
Issues »
...dmd pull request #17024 "Fix bugzilla 24832 - Segfault in hex string" was merged into stable...
October 24
Issues »
...bugzilla 24832 - Segfault in hex string" fixing this issue:

- Fix bugzilla 24832 - Segfault in hex...
October 24
Issues »
...cgi?id=24832

          Issue ID: 24832
           Summary: Segfault in hex string
           Product: D
           Version: D2...
October 16
Learn »
...code -11". I assume that's a segfault, right?

https://gist.github.com/markusbkk/442a571353a48c5377c503e7d02570fb
October 07
Issues »
...master:

- 7e42effe7a5657d4443a7ea00e3509b889fd52b6 by Dennis:
  Fix bugzilla 24337 - Segfault when printing an int[] cast from a...
October 06
General »
...relation to StorageClassDeclaration. That resulted in a segfault.

**Modified code:**
```
override void visit(DeprecatedDeclaration dpd...
September 04
DIP Ideas »
But aren’t segfault always meant to be @safe anyway?
```d
int* x;
void main() @safe...
September 03
DIP Ideas »
...with DIP1000 turned on to cause a segfault.

```d
import std;

int* tlsGlobal;

@safe:

void...
1 2 3 4 5 6
Next ›   Last »