We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac37dda commit 5ecfa0fCopy full SHA for 5ecfa0f
src/query/expression/src/aggregate/payload.rs
@@ -288,6 +288,7 @@ impl Payload {
288
// write states
289
let n = select_vector.len().min(new_group_rows);
290
let (array_layout, padded_size) = layout.repeat(n).unwrap();
291
+ // Bump only allocates but does not drop, so there is no use after free for any item.
292
let place = self.arena.alloc_layout(array_layout);
293
for (idx, place) in select_vector
294
.iter()
0 commit comments