[all-commits] [llvm/llvm-project] 4c9327: [libc][cpp::string] Fix off-by-one bug in resize a...
Jackson Stogel via All-commits
all-commits at lists.llvm.org
Tue Jul 7 14:48:39 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c93275445c698b4290ef48f98f256adf2a90f39
https://github.com/llvm/llvm-project/commit/4c93275445c698b4290ef48f98f256adf2a90f39
Author: Jackson Stogel <jtstogel at gmail.com>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M libc/src/__support/CPP/string.h
M libc/test/src/__support/CPP/string_test.cpp
Log Message:
-----------
[libc][cpp::string] Fix off-by-one bug in resize and a memory leak (#208077)
AFAICT, `cpp::string` is only used in tests, so these bugs were mostly
inconsequential.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list