← Back to index
|
Original Bugzilla link
Bug 10735 – Buffer overflow bug in symbol_generate()
Status
RESOLVED
Resolution
FIXED
Severity
major
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-07-31T13:07:00Z
Last change time
2015-06-09T05:10:42Z
Assigned to
nobody
Creator
bugzilla
Comments
Comment #0
by bugzilla — 2013-07-31T13:07:05Z
More than 99999 temporaries will overflow the array. See:
http://stackoverflow.com/questions/17964719/dmd-2-063-temporary-build-symbols-amount-limit
Comment #1
by bugzilla — 2013-07-31T13:09:17Z
https://github.com/D-Programming-Language/dmd/pull/2438
Comment #2
by github-bugzilla — 2013-07-31T15:11:54Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2449520dc401d34abc26a0109da8bb32cd48de4c
fix Issue 10735 - Buffer overflow bug in symbol_generate()
https://github.com/D-Programming-Language/dmd/commit/e7b87a400fb5641e15b4d3d292c2302b75655f1c
Merge pull request #2438 from WalterBright/fix10735 fix Issue 10735 - Buffer overflow bug in symbol_generate()
Comment #3
by github-bugzilla — 2013-07-31T16:04:23Z
Commit pushed to dmd-1.x at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/001f3890de9be1983601cbec5af84142146fdf22
Merge pull request #2438 from WalterBright/fix10735 fix Issue 10735 - Buffer overflow bug in symbol_generate()