citus/src
manaldush 0e6127c4f6
AddressSanitizer: stack-use-after-scope on distributed_planner:HasUnresolvedExternParamsWalker (#7948)
Var externParamPlaceholder is created on stack, and its address is used
for paramFetch. Postgres code return address of externParamPlaceholder
var to externParam, then code flow go out of scope and dereference
pointer on stack out of scope.

Fixes https://github.com/citusdata/citus/issues/7941.

---------

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
2025-04-04 13:27:56 +00:00
..
backend AddressSanitizer: stack-use-after-scope on distributed_planner:HasUnresolvedExternParamsWalker (#7948) 2025-04-04 13:27:56 +00:00
include Propagates GRANT/REVOKE rights on table columns (#7918) 2025-04-04 11:54:16 +03:00
test Propagates GRANT/REVOKE rights on table columns (#7918) 2025-04-04 11:54:16 +03:00