]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rgw/dedup:
authorGabriel BenHanokh <gbenhano@redhat.com>
Thu, 23 Oct 2025 10:11:51 +0000 (13:11 +0300)
committerGabriel BenHanokh <gbenhano@redhat.com>
Thu, 23 Oct 2025 10:11:51 +0000 (13:11 +0300)
Resolves: rhbz#2401399

Signed-off-by: Gabriel BenHanokh <gbenhano@redhat.com>
src/rgw/rgw_dedup_cluster.h

index 1b5b9cdc175684f793728d047e3c8f2ee5725228..70017a006848672efe6f2371e3c95c3e6968a4dc 100644 (file)
@@ -55,7 +55,7 @@ namespace rgw::dedup {
       inline const char* get_buff() { return this->buff; }
       inline unsigned get_buff_size() { return this->total_len; }
     private:
-      static const unsigned BUFF_SIZE = 15;
+      static const unsigned BUFF_SIZE = 16;
       unsigned total_len  = 0;
       unsigned prefix_len = 0;
       char buff[BUFF_SIZE];