Bug 4654

Summary: Client core dumps when doing bulk attribute add
Product: Replica Location Reporter: Sam Meder <meder@mcs.anl.gov>
Component: RLSAssignee: Rob S <schuler@isi.edu>
Status: RESOLVED FIXED    
Severity: major CC: annc@isi.edu, benc@hawaga.org.uk, shishir@isi.edu
Priority: P3    
Version: development   
Target Milestone: ---   
Hardware: PC   
OS: All   
Attachments: initialize lists

Description From 2006-08-10 23:12:10
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
------- Comment #1 From 2006-08-10 23:12:46 -------
Created an attachment (id=1031) [details]
initialize lists
------- Comment #2 From 2006-10-10 19:53:03 -------
Much thanks!

Fix committed to globus_4_0_branch
------- Comment #3 From 2006-10-19 15:42:57 -------
Fix committed in trunk