[dmd-internals] [D-Programming-Language/dmd] ba044e: Fix issue 8639 dmd buffer overflow related to func...
GitHub
noreply at github.com
Thu Nov 8 15:49:09 PST 2012
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ba044ed561bb16715f1dd34e79e308ac2d31efb8
https://github.com/D-Programming-Language/dmd/commit/ba044ed561bb16715f1dd34e79e308ac2d31efb8
Author: Don Clugston <don.clugston at sociomantic.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
Changed paths:
M src/expression.c
M test/compilable/compile1.d
Log Message:
-----------
Fix issue 8639 dmd buffer overflow related to function literal, real.max, template alias parameter
The buffer for float conversion wasn't quite big enough!!
Commit: 0d432ac206952ac90d61f61f7713acf32997b32d
https://github.com/D-Programming-Language/dmd/commit/0d432ac206952ac90d61f61f7713acf32997b32d
Author: Brad Roberts <braddr at puremagic.com>
Date: 2012-11-08 (Thu, 08 Nov 2012)
Changed paths:
M src/expression.c
M test/compilable/compile1.d
Log Message:
-----------
Merge pull request #1270 from donc/regression8639realmax
8639 dmd buffer overflow related to function literal, real.max template alias parameter
Compare: https://github.com/D-Programming-Language/dmd/compare/7d39d577ab01...0d432ac20695
More information about the dmd-internals
mailing list