From Bill Parker:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Sep 2012 19:40:27 +0000 (19:40 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 29 Sep 2012 19:40:27 +0000 (19:40 +0000)
commit8d96d1078598c805d08d7a52bbc4f04877c39d30
treec1e088252335cbfe9510db2e533cc2c53fe1cea6
parent32b59dfdd5b1202ec4a337c0643316e62c40cb85
From Bill Parker:

Add some additional memory-allocation failure checks in Lemon.

Use NULL rather than 0 as the null-pointer constant in those
checks.

From me:

Catch one more of the NULL-vs-0 cases.

Fix some failure messages to use fprintf(stderr, ...) -
ErrorMsg() requires a file name and line number, and is
generally used if you're going to continue rather than just give
up.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@45214 f5534014-38df-0310-8fa8-9805f1628bb7
AUTHORS
tools/lemon/lemon.c