[D-runtime] [dlang/druntime] cf72ee: Check for overflow before incrementing length in i...
GitHub via D-runtime
d-runtime at puremagic.com
Fri Jul 15 02:41:55 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/druntime
Commit: cf72eec5613a40bf85d3c6489fc0c5eb02858e60
https://github.com/dlang/druntime/commit/cf72eec5613a40bf85d3c6489fc0c5eb02858e60
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
M src/rt/util/container/array.d
Log Message:
-----------
Check for overflow before incrementing length in insertBack
Commit: fab25e59b2e91279e8359f2e8dbb7ed8e2eb39de
https://github.com/dlang/druntime/commit/fab25e59b2e91279e8359f2e8dbb7ed8e2eb39de
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2016-07-12 (Tue, 12 Jul 2016)
Changed paths:
M src/rt/util/container/array.d
Log Message:
-----------
Also add test for overflowing requested size for xrealloc
Commit: 56698f65860f6388c4c7d5b74ba1f0c899f67e38
https://github.com/dlang/druntime/commit/56698f65860f6388c4c7d5b74ba1f0c899f67e38
Author: Walter Bright <WalterBright at users.noreply.github.com>
Date: 2016-07-15 (Fri, 15 Jul 2016)
Changed paths:
M src/rt/util/container/array.d
Log Message:
-----------
Merge pull request #1612 from ibuclaw/iceinsertback
Check for overflow before incrementing length in insertBack
Compare: https://github.com/dlang/druntime/compare/5b0ed71001d0...56698f65860f
More information about the D-runtime
mailing list