July 12, 2014 [D-runtime] [D-Programming-Language/druntime] a4877f: Fix 13111: GC.realloc returns invalid memory for l... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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@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 |
Copyright © 1999-2021 by the D Language Foundation