[dmd-internals] [D-Programming-Language/dmd] 72dc99: Fix issue 7602 [CTFE] Segmentation fault when usin...
GitHub
noreply at github.com
Tue Dec 4 18:21:12 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 72dc992d114765cdb5aa9a2ea2357e6990bb6be2
https://github.com/D-Programming-Language/dmd/commit/72dc992d114765cdb5aa9a2ea2357e6990bb6be2
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-11-30 (Fri, 30 Nov 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Fix issue 7602 [CTFE] Segmentation fault when using array.keys on a null AA
The return type was set incorrectly (or not at all!).
Commit: 2f505206d1afb0fc67dfd3b45231416156f68ce7
https://github.com/D-Programming-Language/dmd/commit/2f505206d1afb0fc67dfd3b45231416156f68ce7
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-12-04 (Tue, 04 Dec 2012)
Changed paths:
M src/interpret.c
M test/compilable/interpret3.d
Log Message:
-----------
Merge pull request #1339 from donc/segfault7602ctfeNullAA
7602 [CTFE] Segfault when using array.keys on a null AA
Compare: https://github.com/D-Programming-Language/dmd/compare/c081ba350740...2f505206d1af
More information about the dmd-internals
mailing list