https://issues.dlang.org/show_bug.cgi?id=24226

RazvanN <razvan.nitu1...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |razvan.nitu1...@gmail.com
         Resolution|---                         |INVALID

--- Comment #2 from RazvanN <razvan.nitu1...@gmail.com> ---
The hook itself uses some arrays internally to access the data, as can be seen
from the source code:
https://github.com/dlang/dmd/blob/master/druntime/src/core/internal/array/appending.d#L89
. Those accesses are protected by array bounds check. No bug here.

--

Reply via email to