Project

General

Profile

Actions

Bug #50142

closed

when URL is empty rest client operations may crash

Added by Yuval Lifshitz about 3 years ago. Updated about 3 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
pacific, octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

in: rgw_rest_client.cc several places check for:

new_url[new_url.size() - 1]

when "new_url" is assigned with the original URL.
if original URL is empty, the above line may crash.

Actions #1

Updated by Yuval Lifshitz about 3 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF