Bugzilla – Bug 6414
Fix deadcode, leaks, and bad memory reads in GASS transfer
Last modified: 2008-09-25 13:49:20
You need to log in before you can comment on or make changes to this bug.
Deadcode: CID #79: constant condition in globus_l_gass_transfer_http_new_request() Use after free: CID #2026: use proto after potential free in globus_l_gass_transfer_http_read_callback() CID #2027: use proto after potential free in globus_l_gass_transfer_http_write_callback() CID #2028: use proto after potential free in globus_l_gass_transfer_http_writev_callback() CID #2029: use proto after potential free in globus_l_gass_transfer_http_read_buffered_callback() Leaks: CID #1228: leak in globus_l_gass_transfer_http_new_request()
Fixes committed to 4.2 branch, 4.0 branch, and trunk.