[dmd-internals] [D-Programming-Language/dmd] 928a56: initialize popndTmp rather than rely on carefulnes...

GitHub noreply at github.com
Sun Mar 4 00:51:26 PST 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 928a568aff64b53e6cb0c18f0ee69e5aaed7733d
      https://github.com/D-Programming-Language/dmd/commit/928a568aff64b53e6cb0c18f0ee69e5aaed7733d
  Author: Brad Roberts <braddr at puremagic.com>
  Date:   2012-03-03 (Sat, 03 Mar 2012)

  Changed paths:
    M src/iasm.c

  Log Message:
  -----------
  initialize popndTmp rather than rely on carefulness
when usNumops == 0 and emitting a vector instruction, popndTmp is left uninitialized and is later dereferenced.


  Commit: dcb113ce8186b8fee1b7cbe3db89eca037d18b9a
      https://github.com/D-Programming-Language/dmd/commit/dcb113ce8186b8fee1b7cbe3db89eca037d18b9a
  Author: Walter Bright <walter at walterbright.com>
  Date:   2012-03-04 (Sun, 04 Mar 2012)

  Changed paths:
    M src/iasm.c

  Log Message:
  -----------
  Merge pull request #782 from braddr/fixiasm

initialize popndTmp rather than rely on carefulness


Compare: https://github.com/D-Programming-Language/dmd/compare/9225eea...dcb113c


More information about the dmd-internals mailing list