Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
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.
Filter

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 513464 2025-12-16T16:40:01 0:00:00
Previous 513463 2025-12-16T16:40:01 0:00:00
Baseline 485288 2025-12-16T16:40:01 0:00:00


Tests Summary

Status Group # # (B)
Total Tests 0

Report Time: 0.11s