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

Also available in: Atom PDF