This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dspam".
The branch, master has been updated
via b4603010b17a1de94bee0eb0bbc14f8f4d74538a (commit)
from ff915f2ba8c317ae82ab5cb5d8a4224e409cd35e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b4603010b17a1de94bee0eb0bbc14f8f4d74538a
Author: Andreas Schneider <ma...@cy...>
Date: Mon May 25 12:41:34 2009 +0200
Don't exit() if malloc fails.
When a library function calls exit(), it prevents the calling program from
handling the error, reporting it to the user, closing files properly, and
cleaning up any state that the program has. It is preferred for the
library to return an actual error code and let the calling program decide
how to handle the situation.
MFM: 21 day
Bug-ID: 2796340
Submitted by: Stevan Bajic for Andreas Schneider
Security: none
-----------------------------------------------------------------------
Summary of changes:
CHANGELOG | 10 ++++++++++
src/list.c | 16 ++++++++++------
2 files changed, 20 insertions(+), 6 deletions(-)
hooks/post-receive
--
dspam
|