On Mon, 3 Aug 2026 at 20:50, Chao Li <li.evan.chao@gmail.com> wrote:
> MemoryContextAllocAligned() calls MemoryContextAllocExtended() and passes “flags" with only MCXT_ALLOC_ZERO removed.
When“flags" includes MCXT_ALLOC_NO_OOM, MemoryContextAllocExtended() may return NULL, but MemoryContextAllocAligned()
doesn'thandle the returned NULL, which may
> lead to a crash.
Thanks. Pushed.
David