undf: stamp duckdb/arrow patches; update registry to 767

This commit is contained in:
russell@unturf.com 2026-03-30 10:12:10 -04:00
parent 6b975a3b9e
commit e45af3961b
9 changed files with 135 additions and 160 deletions

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000056
# UNDF:
--- a/src/include/duckdb/planner/binder.hpp
+++ b/src/include/duckdb/planner/binder.hpp

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000683
# UNDF:
--- a/src/planner/subquery/has_correlated_expressions.cpp
+++ b/src/planner/subquery/has_correlated_expressions.cpp

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000765
# UNDF: (leave blank)
# DuckDB CWE-407: ComputeOverlappingBindings O(N×H) vector linear scan
# File: src/optimizer/build_probe_side_optimizer.cpp

View file

@ -1,3 +1,4 @@
# UNDF: UNDF-2026-000000766
# UNDF: (leave blank)
# DuckDB CWE-407: Deliminator aggregate group vs join binding check O(G×J)
# File: src/optimizer/deliminator.cpp