diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-07-29 18:38:52 -0500 |
---|---|---|
committer | Joseph Huber <huberjn@outlook.com> | 2025-07-29 18:50:02 -0500 |
commit | 78c460bbe8f1fc17e2e66b37edf419ccecbfecba (patch) | |
tree | 21a5ed11f222150f85cad5f8a45b50b81039265c /llvm/lib/Bitcode/Reader | |
parent | 9b4a44d63da9e745d197766b55dfd97f0eadb66e (diff) | |
download | llvm-78c460bbe8f1fc17e2e66b37edf419ccecbfecba.zip llvm-78c460bbe8f1fc17e2e66b37edf419ccecbfecba.tar.gz llvm-78c460bbe8f1fc17e2e66b37edf419ccecbfecba.tar.bz2 |
[libc] Fix incorrect count when initializing slab
Summary:
The initialization code should share the result with all of its
neighbors. Right now it sets them to the sentinel value and doesn't
shuffle them correctly. Shuffle them after initialization so we
correctly report that we succeeded in the allocation.
Diffstat (limited to 'llvm/lib/Bitcode/Reader')
0 files changed, 0 insertions, 0 deletions