diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-24 18:51:52 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-04-24 18:59:54 +0300 |
commit | 444e459c8bc29107abb4e71a7a23b781a0f227f1 (patch) | |
tree | 5b372a5516b5db8f0b61ab4f65426b962d0338ba | |
parent | eddade193c15258f2686a3b95b9430584fdce1c1 (diff) | |
download | ydb-444e459c8bc29107abb4e71a7a23b781a0f227f1.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/restricted/boost/concept_check/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/coroutine/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/dynamic_bitset/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/function_types/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/graph/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/numeric_conversion/ya.make | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/property_map/ya.make | 4 | ||||
-rw-r--r-- | library/cpp/ytalloc/impl/core-inl.h | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/contrib/restricted/boost/concept_check/ya.make b/contrib/restricted/boost/concept_check/ya.make index e0f069692d..4315701133 100644 --- a/contrib/restricted/boost/concept_check/ya.make +++ b/contrib/restricted/boost/concept_check/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/concept_check/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/concept_check/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/coroutine/ya.make b/contrib/restricted/boost/coroutine/ya.make index 8d39caf2df..f60695624e 100644 --- a/contrib/restricted/boost/coroutine/ya.make +++ b/contrib/restricted/boost/coroutine/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/coroutine/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/coroutine/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/dynamic_bitset/ya.make b/contrib/restricted/boost/dynamic_bitset/ya.make index 7b910ec2ba..ab165a4077 100644 --- a/contrib/restricted/boost/dynamic_bitset/ya.make +++ b/contrib/restricted/boost/dynamic_bitset/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/dynamic_bitset/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/dynamic_bitset/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/assert diff --git a/contrib/restricted/boost/function_types/ya.make b/contrib/restricted/boost/function_types/ya.make index 292094b43c..4250cbdab7 100644 --- a/contrib/restricted/boost/function_types/ya.make +++ b/contrib/restricted/boost/function_types/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/function_types/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/function_types/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/graph/ya.make b/contrib/restricted/boost/graph/ya.make index 18c58ffcb8..61493bef63 100644 --- a/contrib/restricted/boost/graph/ya.make +++ b/contrib/restricted/boost/graph/ya.make @@ -10,9 +10,9 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/graph/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/algorithm diff --git a/contrib/restricted/boost/numeric_conversion/ya.make b/contrib/restricted/boost/numeric_conversion/ya.make index 6473ff9f2d..d4ea06799a 100644 --- a/contrib/restricted/boost/numeric_conversion/ya.make +++ b/contrib/restricted/boost/numeric_conversion/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/numeric_conversion/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/numeric_conversion/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/config diff --git a/contrib/restricted/boost/property_map/ya.make b/contrib/restricted/boost/property_map/ya.make index dd45bc4d74..76566b5559 100644 --- a/contrib/restricted/boost/property_map/ya.make +++ b/contrib/restricted/boost/property_map/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.84.0) +VERSION(1.85.0) -ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.84.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/property_map/archive/boost-1.85.0.tar.gz) PEERDIR( contrib/restricted/boost/any diff --git a/library/cpp/ytalloc/impl/core-inl.h b/library/cpp/ytalloc/impl/core-inl.h index ba5128bd8d..5a4f6a260b 100644 --- a/library/cpp/ytalloc/impl/core-inl.h +++ b/library/cpp/ytalloc/impl/core-inl.h @@ -251,7 +251,7 @@ void AssertBlobState(T* header, E expectedState) auto actualState = header->State; if (Y_UNLIKELY(actualState != expectedState)) { char message[256]; - sprintf(message, "Invalid blob header state at %p: expected %" PRIx64 ", actual %" PRIx64, + snprintf(message, sizeof(message), "Invalid blob header state at %p: expected %" PRIx64 ", actual %" PRIx64, header, static_cast<ui64>(expectedState), static_cast<ui64>(actualState)); @@ -2678,7 +2678,7 @@ public: auto actualState = state; if (Y_UNLIKELY(actualState != expectedState)) { char message[256]; - sprintf(message, "Invalid small chunk state at %p: expected %" PRIx8 ", actual %" PRIx8, + snprintf(message, sizeof(message), "Invalid small chunk state at %p: expected %" PRIx8 ", actual %" PRIx8, ptr, static_cast<ui8>(expectedState), static_cast<ui8>(actualState)); |