Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 45a09d1811d5d6597385ef02ecf2d4b7320c37c5 Author: Louis Dionne <ldionne.2@gmail.com> Date: Fri Sep 27 08:49:22 2024 -0400 [libc++] Add an ABI setting to harden unique_ptr<T[]>::operator[] (#91798) This allows catching OOB accesses inside `unique_ptr<T[]>` when the size of the allocation is known. The size of the allocation can be known when the unique_ptr has been created with make_unique & friends or when the type necessitates an array cookie before the allocation. |