[dmd-internals] [D-Programming-Language/dmd] 3d5b45: Fix Issue 9195 - Should not be able to index a poi...

GitHub noreply at github.com
Wed Jan 16 11:50:21 PST 2013


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 3d5b45196c687b714928954b027ef2944ca0beac
      https://github.com/D-Programming-Language/dmd/commit/3d5b45196c687b714928954b027ef2944ca0beac
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2013-01-16 (Wed, 16 Jan 2013)

  Changed paths:
    M src/cast.c
    M test/runnable/testsafe.d

  Log Message:
  -----------
  Fix Issue 9195 - Should not be able to index a pointer in safed

Allow pointer arithmetic when using an offset that is known to be zero


  Commit: 381bddf74ba9ddbd298491c182cc58043958f455
      https://github.com/D-Programming-Language/dmd/commit/381bddf74ba9ddbd298491c182cc58043958f455
  Author: Walter Bright <walter at walterbright.com>
  Date:   2013-01-16 (Wed, 16 Jan 2013)

  Changed paths:
    M src/cast.c
    M test/runnable/testsafe.d

  Log Message:
  -----------
  Merge pull request #1492 from yebblies/issue9195

Fix Issue 9195 - Should not be able to index a pointer in safed


Compare: https://github.com/D-Programming-Language/dmd/compare/4c52f07b93e8...381bddf74ba9


More information about the dmd-internals mailing list