Bugzilla – Bug 4654
Client core dumps when doing bulk attribute add
Last modified: 2007-01-04 16:43:51
You need to log in before you can comment on or make changes to this bug.
I found the problem was due to building a list without first intializing the initial pointer to NULL. I've gone through the code and added initialization to any other list declaration that looked suspicious (see attached path against the 4.0 tree. /Sam
Created an attachment (id=1031) [details] initialize lists
Much thanks! Fix committed to globus_4_0_branch
Fix committed in trunk