[all-commits] [llvm/llvm-project] ea9af5: [libc++] Add assertions for potential OOB reads in...
Daniel Kutenin via All-commits
all-commits at lists.llvm.org
Wed Oct 18 20:22:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea9af5e7fd8ace769ab56b85762a94a58a197d32
https://github.com/llvm/llvm-project/commit/ea9af5e7fd8ace769ab56b85762a94a58a197d32
Author: Daniel Kutenin <kutdanila at yandex.ru>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M libcxx/include/__algorithm/nth_element.h
M libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator.pass.cpp
M libcxx/test/libcxx/algorithms/alg.sorting/bad_comparator_values.h
Log Message:
-----------
[libc++] Add assertions for potential OOB reads in std::nth_element (#67023)
Same as https://reviews.llvm.org/D147089 but for std::nth_element
More information about the All-commits
mailing list