Bug Tracker item #2796340, was opened at 2009-05-25 11:18 Message generated for change (Comment added) made by sbajic You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2796340&group_id=250683
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: daemon Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Andreas (gladiac) Assigned to: Nobody/Anonymous (nobody) Summary: Don't exit() if malloc fails Initial Comment: 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. list.c is used in libdspam.so. ---------------------------------------------------------------------- >Comment By: Stevan Bajic (sbajic) Date: 2009-05-25 12:46 Message: Thanks for submitting the patch: http://dspam.git.sourceforge.net/git/gitweb.cgi?p=dspam;a=commit;h=b4603010b17a1de94bee0eb0bbc14f8f4d74538a ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2796340&group_id=250683 ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Dspam-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-devel
