You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix incorrect nullability annotation of absl::Cord::InlineRep::set_data().
It is called with `(nullptr, 0)` by `absl::Cord` constructor from
`absl::string_view(nullptr, 0)`.
The implementation works for `(nullptr, 0)`.
PiperOrigin-RevId: 802213857
Change-Id: Ibb9b9dae620262ebee8aa3347c4177e7a3da52c0
0 commit comments