Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
July 31, 2013 [Issue 10735] New: Buffer overflow bug in symbol_generate() | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10735 Summary: Buffer overflow bug in symbol_generate() Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: bugzilla@digitalmars.com --- Comment #0 from Walter Bright <bugzilla@digitalmars.com> 2013-07-31 13:07:05 PDT --- More than 99999 temporaries will overflow the array. See: http://stackoverflow.com/questions/17964719/dmd-2-063-temporary-build-symbols-amount-limit -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 31, 2013 [Issue 10735] Buffer overflow bug in symbol_generate() | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=10735 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> 2013-07-31 13:09:17 PDT --- https://github.com/D-Programming-Language/dmd/pull/2438 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 31, 2013 [Issue 10735] Buffer overflow bug in symbol_generate() | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=10735 --- Comment #2 from github-bugzilla@puremagic.com 2013-07-31 15:11:54 PDT --- 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() -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 31, 2013 [Issue 10735] Buffer overflow bug in symbol_generate() | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=10735 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 31, 2013 [Issue 10735] Buffer overflow bug in symbol_generate() | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter Bright | http://d.puremagic.com/issues/show_bug.cgi?id=10735 --- Comment #3 from github-bugzilla@puremagic.com 2013-07-31 16:04:23 PDT --- 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() -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation