Fields

hardware None
os None

Parameters

Fields

NameValue

Parameters

NameValue
git_commit commit 15860446a8c3db5c39f92bb371236778e8b00fb0
Author: Nikolas Klauser <nikolasklauser@berlin.de>
Date: Sun Feb 23 19:02:14 2025 +0100

[libc++] Fix basic_string not allowing max_size() elements to be stored (#125423)

Without this patch `basic_string` cannot be properly resized to be
`max_size()` elements in size, even if an allocation is successful.
`__grow_by` allocates one less element than required, resulting in an
out-of-bounds access. At the same time, `max_size()` has an off-by-one
error, since there has to be space to store the null terminator, which
is currently ignored.
Filter

ldionne-old-macbook-results test results

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


Tests Summary

Status Group # # (B)
Performance Regressions 3 0
Added Tests 0 18
Unchanged Tests 87 72
Total Tests 90

Performance Regressions - execution_time Δ Previous Current σ Δ (B) σ (B)
727_cppcheck_r 3.02% 25.401 26.169 - 0.00% -
710_omnetpp_r 1.32% 8.571 8.685 - 0.00% -
734_vpr_r 1.13% 15.383 15.557 - 0.00% -

Added Tests - execution_time
706_stockfish_r
707_ntest_r
709_cactus_r
710_omnetpp_r
721_gcc_r
723_llvm_r
727_cppcheck_r
729_abc_r
731_astcenc_r
734_vpr_r
735_gem5_r
736_ocio_r
737_gmsh_r
748_flightdm_r
750_sealcrypto_r
753_ns3_r
766_femflow_r
767_nest_r


Report Time: 0.12s
Name Current %
706_stockfish_r 22.116 -
707_ntest_r 17.850 -
709_cactus_r 19.695 -
710_omnetpp_r 8.685 1.32%
721_gcc_r 12.936 -
723_llvm_r 11.542 -
727_cppcheck_r 26.169 3.02%
729_abc_r 18.771 -
731_astcenc_r 10.022 -
734_vpr_r 15.557 1.13%
735_gem5_r 13.764 -
736_ocio_r 16.157 -
737_gmsh_r 12.989 -
748_flightdm_r 8.927 -
750_sealcrypto_r 18.309 -
753_ns3_r 10.716 -
766_femflow_r 12.807 -
767_nest_r 14.160 -
Geometric Mean 14.400 -