http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=45214
User: guy
Date: 2012/09/29 12:40 PM
Log:
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.
Directory: /trunk/tools/lemon/
Changes Path Action
+25 -13 lemon.c Modified
Directory: /trunk/
Changes Path Action
+1 -0 AUTHORS Modified