Project

General

Profile

Backport #24299

luminous: rgw: download object might fail for local invariable uninitialized

Added by Nathan Cutler almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
luminous
Crash signature (v1):
Crash signature (v2):


Related issues

Copied from rgw - Bug #23146: rgw: download object might fail for local invariable uninitialized Resolved 02/27/2018

History

#1 Updated by Nathan Cutler almost 6 years ago

  • Copied from Bug #23146: rgw: download object might fail for local invariable uninitialized added

#2 Updated by Prashant D almost 6 years ago

  • Status changed from New to Need More Info

Luminous already have changes related to tracker #23146 :
afe9d995700 (Fang Yuxiang 2017-05-27 15:20:30 +0800 79) bufferlist out_bl, in_bl, temp_in_bl;
afe9d995700 (Fang Yuxiang 2017-05-27 15:20:30 +0800 80) bl.copy(bl_ofs, bl_len, temp_in_bl);
cd0cc75a863 (Kiseleva Alyona 2016-06-30 15:55:16 +0300 81) bl_ofs = 0;
7af9dbad20c (Fang Yuxiang 2018-02-28 01:05:22 +0800 82) int r = 0; <------------
cd0cc75a863 (Kiseleva Alyona 2016-06-30 15:55:16 +0300 83) if (waiting.length() != 0) {
cd0cc75a863 (Kiseleva Alyona 2016-06-30 15:55:16 +0300 84) in_bl.append(waiting);
afe9d995700 (Fang Yuxiang 2017-05-27 15:20:30 +0800 85) in_bl.append(temp_in_bl);
cd0cc75a863 (Kiseleva Alyona 2016-06-30 15:55:16 +0300 86) waiting.clear

This backport tracker should be closed.

#3 Updated by Nathan Cutler almost 6 years ago

  • Status changed from Need More Info to Resolved
  • Assignee set to Prashant D

#4 Updated by Nathan Cutler almost 6 years ago

  • Description updated (diff)
  • Target version set to v12.2.5

Also available in: Atom PDF