Commit f45dbee
Mark
`CustomListValue::CustomListValue()` set's it into nullptr and it triggers
`-fsanitize=nullability`.
There are not deference of this pointer, it used only in comparison. Marking it
`nonnull` does not help to protect dereferences.
Also mark `arena` as const, to make sure it's not used for allocation, those
methods are non-const.
PiperOrigin-RevId: 801935442arena as nullable1 parent 4c1cc25 commit f45dbee
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
0 commit comments