Thread overview
[Issue 22838] std.bitmanip.BitArray.count() reads beyond data when data size is integer size_t multiple
Mar 02, 2022
Dlang Bot
Mar 03, 2022
Dlang Bot
Mar 03, 2022
Dlang Bot
March 02, 2022
https://issues.dlang.org/show_bug.cgi?id=22838

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@JohanEngelen created dlang/phobos pull request #8400 "Fix 22838 - BitArray.count reads beyond data" fixing this issue:

- Fix 22838 - BitArray.count reads beyond data

  This fixes issue 22838
  https://issues.dlang.org/show_bug.cgi?id=22838

https://github.com/dlang/phobos/pull/8400

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@JohanEngelen created dlang/phobos pull request #8401 "Fix 22838 - BitArray.count reads beyond data" fixing this issue:

- Fix 22838 - BitArray.count reads beyond data

  This fixes issue 22838
  https://issues.dlang.org/show_bug.cgi?id=22838

  All hail AddressSanitizer! ;-)

https://github.com/dlang/phobos/pull/8401

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

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #8401 "Fix 22838 - BitArray.count reads beyond data" was merged into stable:

- 292c38c43267829c7776e27d71da962eebeae405 by Johan Engelen:
  Fix 22838 - BitArray.count reads beyond data

  This fixes issue 22838
  https://issues.dlang.org/show_bug.cgi?id=22838

  All hail AddressSanitizer! ;-)

https://github.com/dlang/phobos/pull/8401

--