[D-runtime] [D-Programming-Language/druntime] 8efd72: avoid out of bounds indexing
GitHub
noreply at github.com
Sat Jul 21 17:46:08 PDT 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 8efd72b0d17dcae77c0ceb52ac664c4bc7005c58
https://github.com/D-Programming-Language/druntime/commit/8efd72b0d17dcae77c0ceb52ac664c4bc7005c58
Author: Martin Nowak <dawg at dawgfoto.de>
Date: 2012-07-19 (Thu, 19 Jul 2012)
Changed paths:
M src/core/thread.d
M src/rt/deh2.d
Log Message:
-----------
avoid out of bounds indexing
- save half of the compares in ___tls_get_addr using
unsigned cast of signed wrap
Commit: 2960f0e7507fbff269fa89ee803ec930ddac0568
https://github.com/D-Programming-Language/druntime/commit/2960f0e7507fbff269fa89ee803ec930ddac0568
Author: Jonathan M Davis <jmdavisProg at gmx.com>
Date: 2012-07-21 (Sat, 21 Jul 2012)
Changed paths:
M src/core/thread.d
M src/rt/deh2.d
Log Message:
-----------
Merge pull request #279 from dawgfoto/arrayBounds
avoid out of bounds indexing
Compare: https://github.com/D-Programming-Language/druntime/compare/a87782765559...2960f0e7507f
More information about the D-runtime
mailing list