We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f12be commit 2b5467cCopy full SHA for 2b5467c
ydb/services/metadata/ds_table/accessor_snapshot_base.cpp
@@ -34,6 +34,7 @@ void TDSAccessorBase::Handle(NRequest::TEvRequestResult<NRequest::TDialogYQLRequ
34
Y_ABORT_UNLESS(it != CurrentExistence.end());
35
Y_ABORT_UNLESS(it->second);
36
if (it->second == 1) {
37
+ Y_ABORT_UNLESS((int)replyIdx < qResult.result_sets().size());
38
*qResultFull.add_result_sets() = std::move(qResult.result_sets()[replyIdx]);
39
++replyIdx;
40
} else {
0 commit comments