]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
rgw/notifications: prevent infinite loop in case of malformed notifications
authorYuval Lifshitz <ylifshit@ibm.com>
Tue, 24 Jun 2025 10:02:57 +0000 (10:02 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Wed, 25 Jun 2025 15:09:20 +0000 (15:09 +0000)
commitf6ad65a91468a3c6b78b212238cb10785f8ee05b
tree739a535ed38c4e9fad9a9416dcc7333f13f9d376
parentbbab0e6181a56a1083973a6697bdfe97dbe8cb3b
rgw/notifications: prevent infinite loop in case of malformed notifications

if we fail to decode a notification entry we should remove it.
o/w we will keep failing on that entry

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/rgw/driver/rados/rgw_notify.cc