Sneaky valgrind trick to detect stack memory issues.
After something is popped from a stack, we overwrite the memory with uninitialised data (if JQ_DEBUG is on). This means that valgrind reports use-after-pop as an uninitialised memory error.
S
Stephen Dolan committed
cedda2084d2f6b331ba0a73e05f0b77ee7995c86
Parent: 0fed03f