Fix potential nullptr names in resource_user/slice_allocator creation (#27154)
absl::string_view permits construction with nullptr, which yields UB. This PR fixes all call sites that could have created these objects with nullptr names.pull/27160/head
parent
93275fc443
commit
f84f3a7522
3 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue