Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 18df9d23ea390eaa50b41f3083a42f700a2b0e39 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. This is a re-aplpication of 45a09d181 which had been reverted in f11abac6 due to unrelated CI failures. |