Thread overview
[Issue 23679] off-by-one error for static array size limit
Feb 07, 2023
Dennis
Feb 07, 2023
Dlang Bot
Feb 08, 2023
Dlang Bot
Feb 13, 2023
Dlang Bot
February 07, 2023
https://issues.dlang.org/show_bug.cgi?id=23679

Dennis <dkorpel@live.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dkorpel@live.nl
           Hardware|x86_64                      |All
            Summary|2147483647 does not exceed  |off-by-one error for static
                   |0x7fffffff                  |array size limit
                 OS|Linux                       |All
           Severity|normal                      |minor

--
February 07, 2023
https://issues.dlang.org/show_bug.cgi?id=23679

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #14867 "Fix 23679 - off-by-one error for static array size limit" fixing this issue:

- Fix 23679 - off-by-one error for static array size limit

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

--
February 08, 2023
https://issues.dlang.org/show_bug.cgi?id=23679

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14867 "Fix 23679 - off-by-one error for static array size limit" was merged into stable:

- 321d4a17f231683e7d01b50661b4e8ccba8e239f by Dennis Korpel:
  Fix 23679 - off-by-one error for static array size limit

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

--
February 13, 2023
https://issues.dlang.org/show_bug.cgi?id=23679

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14875 "merge stable" was merged into master:

- f08dd665d4e951a95757836a58329531122b0469 by Dennis:
  Fix 23679 - off-by-one error for static array size limit (#14867)

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

--