• Marko Mäkelä's avatar
    MDEV-28762: Fixup for clang · 3bf10012
    Marko Mäkelä authored
    Unlike GCC, clang could optimize away alloca() and thus the
    ALLOCATE_MEM_ON_STACK() instrumentation. To make it harder, let us
    invoke a non-inline function on the entire allocated buffer.
    3bf10012
item_jsonfunc.cc 86.2 KB