Project

General

Profile

Actions

Bug #4157

closed

operator>=(bufferlist& l, bufferlist& r) throws on a >= ab

Added by Loïc Dachary about 11 years ago. Updated about 11 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
common
Target version:
-
% Done:

90%

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

Description

  bufferlist a;
  a.append("A");
  bufferlist ab;
  ab.append("AB");
  a >= ab

throws with
terminate called after throwing an instance of 'ceph::buffer::end_of_buffer'

Related issues 1 (0 open1 closed)

Blocks Ceph - Tasks #4066: unit tests for src/include/buffer.hResolvedLoïc Dachary02/09/201302/16/2013

Actions
Actions #1

Updated by Loïc Dachary about 11 years ago

  • Status changed from In Progress to Fix Under Review
Actions #2

Updated by Loïc Dachary about 11 years ago

  • % Done changed from 0 to 90

The pull request is closed
Minimal patch sent via email http://marc.info/?l=ceph-devel&m=136100588219116&w=4

Actions #3

Updated by Sage Weil about 11 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF