]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: `buf_to_hex` no longer uses VLAs
authorAdam C. Emerson <aemerson@redhat.com>
Thu, 26 Mar 2026 01:12:02 +0000 (21:12 -0400)
committerAdam C. Emerson <aemerson@redhat.com>
Thu, 26 Mar 2026 04:07:21 +0000 (00:07 -0400)
commitf722480d0d425d3d4a90b6fe76a55e5a1ec6ce53
treedd5f8e4ff7e2fdbd8bc70c97e03622a56e8757e3
parentb1fa16c53d833afaebfb46cfec335f92d149d075
rgw: `buf_to_hex` no longer uses VLAs

This was surprisingly more involved than you would think.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
22 files changed:
src/rgw/driver/daos/rgw_sal_daos.cc
src/rgw/driver/motr/rgw_sal_motr.cc
src/rgw/driver/posix/rgw_sal_posix.cc
src/rgw/driver/rados/rgw_bucket.cc
src/rgw/driver/rados/rgw_etag_verifier.cc
src/rgw/driver/rados/rgw_putobj_processor.cc
src/rgw/driver/rados/rgw_rados.cc
src/rgw/driver/rados/rgw_sal_rados.cc
src/rgw/rgw_auth_s3.cc
src/rgw/rgw_common.cc
src/rgw/rgw_common.h
src/rgw/rgw_data_access.cc
src/rgw/rgw_file.cc
src/rgw/rgw_hex.h
src/rgw/rgw_keystone.cc
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_sal_dbstore.cc
src/rgw/rgw_swift_auth.cc
src/rgw/rgw_swift_auth.h
src/test/rgw/test_rgw_cksum.cc
src/test/rgw/test_rgw_hex.cc