SA Bugzilla – Bug 875
libspamc.c doesn't close its sockets
Last modified: 2002-09-14 00:25:53 UTC
I've noticed a serious problem with libspamc.so. The message_filter routine never closes the socket that's opened up to spamd, which causes fd leakage over time. Attached is a patch to fix that.
Created attachment 324 [details] Patch to fix noted problem with closing sockets
Fixed in CVS! (Come on Justin, close your own bugs!)