From: SourceForge.net <no...@so...> - 2008-11-03 23:39:29
|
Bugs item #2219629, was opened at 2008-11-03 18:38 Message generated for change (Settings changed) made by bishopb You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2219629&group_id=8956 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: Admin Group: None >Status: Closed >Resolution: Fixed Priority: 3 Private: No Submitted By: bishop (bishopb) Assigned to: bishop (bishopb) Summary: survey_aggregate() doesn't return failure if copy fails Initial Comment: In survey_aggregate(), questions are copied within a loop by calling survey_copy_questions(). However, the return value from survey_copy_questions() is not checked for failure, leading to inaccurate copy construction. Check for an error return from survey_copy_questions() and return immediately from survey_aggregate() if that occurs. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108956&aid=2219629&group_id=8956 |