Exit on malloc/calloc failure reliably
commit69b85eeed2d318be7c0c36d3be22bc6c69a54f5f
authorOlly Betts <olly@survex.com>
Mon, 12 Dec 2016 01:51:28 +0000 (12 14:51 +1300)
committerOlly Betts <olly@survex.com>
Wed, 14 Dec 2016 02:11:00 +0000 (14 15:11 +1300)
treef06d6efc40d4e65c5d4da56f352a268a7fa8a304
parentc9bd05a97790e4c1e2618df8255452019833c1d0
Exit on malloc/calloc failure reliably

Many cases failed to check for failure, or handled it in an unhelpful way.

(cherry picked from commit 78655ecc01c0bd739d3f226cfd40a009d12ae0f2)
xapian-core/queryparser/lemon.c