[dmd-internals] [D-Programming-Language/dmd] a7b93d: Fixes Issue 8604 - Segfault when scope is null and...
GitHub
noreply at github.com
Sat Oct 27 23:29:13 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: a7b93d1c0ef70436a77a1fe971d9be52d979154d
https://github.com/D-Programming-Language/dmd/commit/a7b93d1c0ef70436a77a1fe971d9be52d979154d
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2012-10-27 (Sat, 27 Oct 2012)
Changed paths:
M src/attrib.c
A test/fail_compilation/ice8604.d
Log Message:
-----------
Fixes Issue 8604 - Segfault when scope is null and its properties are accessed.
Commit: 39aab0706c9ee8ca135e77dcebb6b90ff496c4d1
https://github.com/D-Programming-Language/dmd/commit/39aab0706c9ee8ca135e77dcebb6b90ff496c4d1
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2012-10-27 (Sat, 27 Oct 2012)
Changed paths:
M src/attrib.c
A test/fail_compilation/ice8604.d
Log Message:
-----------
Merge pull request #1219 from AndrejMitrovic/Fix8604
Fix Issue 8604 - Segfault when scope is null
Compare: https://github.com/D-Programming-Language/dmd/compare/f899b4847e10...39aab0706c9e
More information about the dmd-internals
mailing list