On Mon, 3 Aug 2026 at 20:50, Chao Li <li(dot)evan(dot)chao(at)gmail(dot)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't handle the returned NULL, which may
> lead to a crash.
Thanks. Pushed.
David