September 09, 2014 [dmd-internals] [D-Programming-Language/dmd] 1c26fe: Fix segfault caused by indexing array with empty t... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 1c26fe66aff71ed3617ad0b92fd204d98f06ee46 https://github.com/D-Programming-Language/dmd/commit/1c26fe66aff71ed3617ad0b92fd204d98f06ee46 Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/expression.c Log Message: ----------- Fix segfault caused by indexing array with empty tuple. Commit: 60f305ba3cffc6f0321bbe40a70df61ea72b817e https://github.com/D-Programming-Language/dmd/commit/60f305ba3cffc6f0321bbe40a70df61ea72b817e Author: H. S. Teoh <hsteoh@quickfur.ath.cx> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: A test/fail_compilation/fail13434_m32.d A test/fail_compilation/fail13434_m64.d Log Message: ----------- Add test cases. Commit: 930f0bd6d9b9fc56766c91fb7ff00e005945dccc https://github.com/D-Programming-Language/dmd/commit/930f0bd6d9b9fc56766c91fb7ff00e005945dccc Author: Hara Kenji <k.hara.pg+dev@gmail.com> Date: 2014-09-10 (Wed, 10 Sep 2014) Changed paths: M src/expression.c A test/fail_compilation/fail13434_m32.d A test/fail_compilation/fail13434_m64.d Log Message: ----------- Merge pull request #3969 from quickfur/ice_emptytuple Fix issue 13434: segfault on indexing array with empty tuple Compare: https://github.com/D-Programming-Language/dmd/compare/3cf215f8e4a1...930f0bd6d9b9 |
Copyright © 1999-2021 by the D Language Foundation