Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

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

ldionne-old-macbook-results test results

Run Order Start Time Duration
Current 513270 2025-12-16T16:40:01 0:00:00
Previous 513235 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.08s