[D-runtime] [D-Programming-Language/druntime] a4877f: Fix 13111: GC.realloc returns invalid memory for l...

GitHub via D-runtime d-runtime at puremagic.com
Sat Jul 12 22:09:35 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: a4877f8a9e78546af10eb2bdcaa29e12ad271f27
      https://github.com/D-Programming-Language/druntime/commit/a4877f8a9e78546af10eb2bdcaa29e12ad271f27
  Author: Rainer Schuetze <r.sagitario at gmx.de>
  Date:   2014-07-12 (Sat, 12 Jul 2014)

  Changed paths:
    M src/gc/gc.d

  Log Message:
  -----------
  Fix 13111: GC.realloc returns invalid memory for large reallocation

added missing handling if the reallocation is too large for the current pool


  Commit: 461d364cb7afd8e5480583aa5eb71756ba6f29ad
      https://github.com/D-Programming-Language/druntime/commit/461d364cb7afd8e5480583aa5eb71756ba6f29ad
  Author: Rainer Schuetze <r.sagitario at gmx.de>
  Date:   2014-07-12 (Sat, 12 Jul 2014)

  Changed paths:
    M src/core/memory.d

  Log Message:
  -----------
  add unittest


  Commit: c6791100d807b1d601f10afbd7678ddbb21efabb
      https://github.com/D-Programming-Language/druntime/commit/c6791100d807b1d601f10afbd7678ddbb21efabb
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-07-12 (Sat, 12 Jul 2014)

  Changed paths:
    M src/core/memory.d
    M src/gc/gc.d

  Log Message:
  -----------
  Merge pull request #884 from rainers/fix_13111

Fix 13111: GC.realloc returns invalid memory for large reallocation


Compare: https://github.com/D-Programming-Language/druntime/compare/b0920b65de2f...c6791100d807


More information about the D-runtime mailing list