Thread overview
[Issue 18190] [asan] heap-buffer-overflow in Module.load.checkModFileAlias
Jan 04, 2018
Walter Bright
Mar 03, 2021
Dlang Bot
January 04, 2018
https://issues.dlang.org/show_bug.cgi?id=18190

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/7593

--
January 04, 2018
https://issues.dlang.org/show_bug.cgi?id=18190

--- Comment #2 from github-bugzilla@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 <JinShil@users.noreply.github.com>

--
January 04, 2018
https://issues.dlang.org/show_bug.cgi?id=18190

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
March 03, 2021
https://issues.dlang.org/show_bug.cgi?id=18190

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12247 "fix Issue 18190 - [asan] heap-buffer-overflow in Module.load.checkModFileAlias" was merged into dmd-cxx:

- e35b86faf8d8a484fd338c7a0d6c0b34c4afa0bb by Walter Bright:
  fix Issue 18190 - [asan] heap-buffer-overflow in
Module.load.checkModFileAlias

https://github.com/dlang/dmd/pull/12247

--