Skip to content

Commit

Permalink
Backport fix for CORE-1716 - Wrong variable initialization in recursi…
Browse files Browse the repository at this point in the history
…ve procedures
  • Loading branch information
asfernandes committed Jan 30, 2008
1 parent 06cf57b commit e3cdddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jrd/cmp.cpp
Expand Up @@ -500,6 +500,7 @@ jrd_req* CMP_clone_request(thread_db* tdbb, jrd_req* request, USHORT level, bool
clone->req_invariants = request->req_invariants;
clone->req_fors = request->req_fors;
clone->req_exec_sta = request->req_exec_sta;
clone->req_map_field_info.assign(request->req_map_field_info);

record_param* rpb1 = clone->req_rpb;
const record_param* const end = rpb1 + clone->req_count;
Expand Down

0 comments on commit e3cdddf

Please sign in to comment.