Bug Tracker item #2853164, was opened at 2009-09-06 23:50
Message generated for change (Tracker Item Submitted) made by franck78
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2853164&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: v3.9.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Franck Bourdonnec (franck78)
Assigned to: Nobody/Anonymous (nobody)
Summary: free unallocated pointers

Initial Comment:
when 'bail' is jumped to, it frees unllocated
pointers CTX->username, CTX->group (but not CTX->home !!!)
Also the CTX->config->attributes is always NULL....

http://dspam.git.sourceforge.net/git/gitweb.cgi?p=dspam/dspam;a=blob;f=src/libdspam.c;h=192cf33a291704d18b4bd99174f62287fcd5ffd3;hb=HEAD#l236

bail: just need to be removed and the remaining usefull 
free (CTX)  and free(CTX->config)
replacing the 'goto bail';
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=2853164&group_id=250683

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to