[dmd-internals] [D-Programming-Language/dmd] b19850: Fix issue 8532	Pure segfault
    GitHub 
    noreply at github.com
       
    Mon Oct 15 08:06:06 PDT 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: b19850a5ae2b9c72c9e0bc60e616cbc3af5c9b52
      https://github.com/D-Programming-Language/dmd/commit/b19850a5ae2b9c72c9e0bc60e616cbc3af5c9b52
  Author: Don Clugston <don.clugston at sociomantic.com>
  Date:   2012-10-12 (Fri, 12 Oct 2012)
  Changed paths:
    M src/mtype.c
    M test/compilable/compile1.d
  Log Message:
  -----------
  Fix issue 8532 Pure segfault
Segfault when using the return type to check for parameters escaping,
when it isn't known yet.
  Commit: dafb7429f96e8281179b2428edf3bab60404c1a5
      https://github.com/D-Programming-Language/dmd/commit/dafb7429f96e8281179b2428edf3bab60404c1a5
  Author: Hara Kenji <k.hara.pg+dev at gmail.com>
  Date:   2012-10-15 (Mon, 15 Oct 2012)
  Changed paths:
    M src/mtype.c
    M test/compilable/compile1.d
  Log Message:
  -----------
  Merge pull request #1183 from donc/segfault8532pure_escape
8532 Pure segfault
Compare: https://github.com/D-Programming-Language/dmd/compare/674648b6e89b...dafb7429f96e
    
    
More information about the dmd-internals
mailing list