Project

General

Profile

Bug #4123

Updated by Loïc Dachary about 11 years ago

When "buffer::list::zero\(unsigned "buffer::list::zero(unsigned o, unsigned l\)":https://github.com/ceph/ceph/blob/0327cbaa2ab48b8da8aad181f55ce4e48fe3946c/src/include/buffer.cc l)":https://github.com/ceph/ceph/blob/0327cbaa2ab48b8da8aad181f55ce4e48fe3946c/src/include/buffer.cc is called on a buffer::list with "ABC" and "DEF" in two different buffer::ptr with *buffer::list::zero(4, 1)* it will do nothing. The expected result is that the "DEF" buffer::ptr is modified to "D\0F" 

Back