[Issue 16621] [REG2.060] DMD hang in semantic3 on alias this

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16621

--- Comment #6 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/d2e267008f47c7bafe7c66dbb316e6b9568c70ab
fix Issue 16621 - [REG2.060] DMD hang in semantic3 on alias this

https://github.com/dlang/dmd/commit/72f76d042a3b8cb858f1f1a679f9d2e01b4919a9
Merge pull request #7588 from WalterBright/fix16621

--


[Issue 18114] [Reg 2.078] regex performance regression

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18114

Martin Nowak  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #6 from Martin Nowak  ---
avoid inefficient codegen: https://github.com/dlang/dmd/pull/7599
WIP avoid unnecessary copies: https://github.com/dlang/phobos/pull/5981

--


[Issue 18189] [asan] stack-overflow in optelem

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18189

--- Comment #3 from Martin Nowak  ---
Not sure it's worthwhile to fix it, maybe just add a recursion limit to
optelem?

--


[Issue 16621] [REG2.060] DMD hang in semantic3 on alias this

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16621

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 16621] [REG2.060] DMD hang in semantic3 on alias this

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16621

--- Comment #5 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/d2e267008f47c7bafe7c66dbb316e6b9568c70ab
fix Issue 16621 - [REG2.060] DMD hang in semantic3 on alias this

https://github.com/dlang/dmd/commit/72f76d042a3b8cb858f1f1a679f9d2e01b4919a9
Merge pull request #7588 from WalterBright/fix16621

fix Issue 16621 - [REG2.060] DMD hang in semantic3 on alias this
merged-on-behalf-of: Sebastian Wilzbach 

--


[Issue 18190] [asan] heap-buffer-overflow in Module.load.checkModFileAlias

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18190

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/959f39ff3d3d987fef081e836e93d1cb99c0886f
fix Issue 18190 - [asan] heap-buffer-overflow in Module.load.checkModFileAlias

https://github.com/dlang/dmd/commit/7ddec7d16804cb9834cc2227bb0bb3c11f0b67c8
Merge pull request #7593 from WalterBright/fix18190

fix Issue 18190 - [asan] heap-buffer-overflow in Module.load.checkMod…
merged-on-behalf-of: Mike Franklin 

--


[Issue 18190] [asan] heap-buffer-overflow in Module.load.checkModFileAlias

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18190

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18190] [asan] heap-buffer-overflow in Module.load.checkModFileAlias

2018-01-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18190

Walter Bright  changed:

   What|Removed |Added

 CC||bugzi...@digitalmars.com

--- Comment #1 from Walter Bright  ---
https://github.com/dlang/dmd/pull/7593

--